Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 4, 2025
1 parent 8088428 commit 9513f5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion zmq/_future.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
Awaitable,
Callable,
NamedTuple,
Optional,
TypeVar,
cast,
)
Expand Down
1 change: 0 additions & 1 deletion zmq/asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import sys
import warnings
from asyncio import Future, SelectorEventLoop
from typing import Optional
from weakref import WeakKeyDictionary

import zmq as _zmq
Expand Down

0 comments on commit 9513f5c

Please sign in to comment.