Skip to content

Commit 7919617

Browse files
committed
fix/remove-unused-type-var
1 parent 84cf72f commit 7919617

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aio_pika/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323

2424
log = get_logger(__name__)
25-
T = TypeVar("T")
2625
ConnT = TypeVar("ConnT", bound=AbstractConnection)
2726

2827

0 commit comments

Comments
 (0)