You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "aiven-anton (via GitHub)" <gi...@apache.org> on 2023/05/24 20:12:44 UTC

[GitHub] [avro] aiven-anton commented on a diff in pull request #2250: AVRO-3760: [python] Fix resolution of future enum with default symbol

aiven-anton commented on code in PR #2250:
URL: https://github.com/apache/avro/pull/2250#discussion_r1204712785


##########
lang/py/avro/io.py:
##########
@@ -89,17 +89,7 @@
 import decimal
 import struct
 import warnings
-from typing import (
-    IO,
-    Deque,
-    Generator,
-    Iterable,
-    List,
-    Mapping,
-    Optional,
-    Sequence,
-    Union,
-)
+from typing import IO, Generator, Iterable, List, Mapping, Optional, Sequence, Union

Review Comment:
   The `Deque` import was unused.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org