Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Aug 21, 2024
1 parent f61534a commit 98462c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python_socks/_connectors/socks5_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from .._abc import AsyncSocketStream, AsyncResolver
from .abc import AsyncConnector

from .._protocols.errors import ReplyError
from .._protocols import socks5
from .._helpers import is_ip_address

Expand Down
1 change: 0 additions & 1 deletion python_socks/_connectors/socks5_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from .._abc import SyncSocketStream, SyncResolver
from .abc import SyncConnector

from .._protocols.errors import ReplyError
from .._protocols import socks5
from .._helpers import is_ip_address

Expand Down

0 comments on commit 98462c5

Please sign in to comment.