Skip to content

Commit b8631fe

Browse files
committed
fix mypy error
1 parent 95182f0 commit b8631fe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

stubs/colorful/colorful/__init__.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from _typeshed import SupportsWrite
22
from builtins import str as _str
3-
from collections.abc import ContextManager
4-
from typing import Final
3+
from typing import ContextManager, Final
54
from typing_extensions import LiteralString
65

76
from .core import Colorful, ColorfulString, _ColorModeType, _PaletteType

0 commit comments

Comments
 (0)