Skip to content

Commit a042e6e

Browse files
committed
Remove unused import
1 parent 5d16a03 commit a042e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_avro_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import pytest
33

44
from nypl_py_utils.classes.avro_client import (
5-
AvroClient, AvroClientError, AvroDecoder, AvroEncoder)
5+
AvroClientError, AvroDecoder, AvroEncoder)
66
from requests.exceptions import ConnectTimeout
77

88
_TEST_SCHEMA = {'data': {'schema': json.dumps({

0 commit comments

Comments
 (0)