mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 21:50:21 +08:00
Move common utility functions to a common library (#12773)
This commit is contained in:
@@ -9,7 +9,7 @@ import sys
|
||||
from itertools import product
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
from _utils import colored, print_error
|
||||
from ts_utils.utils import colored, print_error
|
||||
|
||||
ReturnCode: TypeAlias = int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user