Skip to content

Commit cbd7928

Browse files
Apply ruff/Pyflakes rule F401
F401 imported but unused
1 parent 4f96586 commit cbd7928

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/test_tcp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import asyncio
2-
import asyncio.sslproto
32
import gc
43
import os
54
import select

uvloop/_testbase.py

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

33

44
import asyncio
5-
import asyncio.events
65
import collections
76
import contextlib
87
import gc

uvloop/loop.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import asyncio
22
import ssl
3-
import sys
43
from socket import AddressFamily, SocketKind, _Address, _RetAddress, socket
54
from typing import (
65
IO,

0 commit comments

Comments
 (0)