Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
fatimarahman committed Jul 25, 2024
1 parent 5d16a03 commit a042e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_avro_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pytest

from nypl_py_utils.classes.avro_client import (
AvroClient, AvroClientError, AvroDecoder, AvroEncoder)
AvroClientError, AvroDecoder, AvroEncoder)
from requests.exceptions import ConnectTimeout

_TEST_SCHEMA = {'data': {'schema': json.dumps({
Expand Down

0 comments on commit a042e6e

Please sign in to comment.