Skip to content

Commit f94b52e

Browse files
committed
update imports
1 parent f284f9e commit f94b52e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nypl_py_utils/classes/avro_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import json
44
import requests
55

6-
from avro.schema import AvroException
6+
from avro.errors import AvroException
77
from avro.io import BinaryDecoder, BinaryEncoder, DatumReader, DatumWriter
88
from io import BytesIO
99
from nypl_py_utils.functions.log_helper import create_log

0 commit comments

Comments
 (0)