remove unused import
This commit is contained in:
parent
06b3c71304
commit
b169831810
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
)
|
||||
from .options_stub import Options
|
||||
from .rgb import Color, to_color
|
||||
from .types import ConvertibleToNumbers, run_once
|
||||
from .types import run_once
|
||||
from .typing import AddressFamily, PopenType, Socket, StartupCtx
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue