mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 19:17:16 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from typing import Callable, Any, Tuple, Union
|
||||
from types import FrameType
|
||||
from typing import Any, Callable, Tuple, Union
|
||||
|
||||
SIG_DFL: int = ...
|
||||
SIG_IGN: int = ...
|
||||
|
||||
Reference in New Issue
Block a user