Skip to content

Commit d6d000d

Browse files
committed
Remove unused import
1 parent ac08333 commit d6d000d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zmq_anyio/_socket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
ClosedResourceError,
2323
)
2424
from anyio.abc import TaskGroup, TaskStatus
25-
from anyioutils import FIRST_COMPLETED, Future, create_task
25+
from anyioutils import Future, create_task
2626

2727
import zmq
2828
from zmq import EVENTS, POLLIN, POLLOUT

0 commit comments

Comments
 (0)