remove unused import

This commit is contained in:
Kovid Goyal
2021-05-25 09:00:54 +05:30
parent 06b3c71304
commit b169831810

View File

@@ -24,7 +24,7 @@ from .constants import (
)
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