remove unused import

This commit is contained in:
Kovid Goyal 2021-05-25 09:00:54 +05:30
parent 06b3c71304
commit b169831810
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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