We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f284f9e commit f94b52eCopy full SHA for f94b52e
1 file changed
src/nypl_py_utils/classes/avro_client.py
@@ -3,7 +3,7 @@
3
import json
4
import requests
5
6
-from avro.schema import AvroException
+from avro.errors import AvroException
7
from avro.io import BinaryDecoder, BinaryEncoder, DatumReader, DatumWriter
8
from io import BytesIO
9
from nypl_py_utils.functions.log_helper import create_log
0 commit comments