mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
Fixing flake8 E261 errors
This commit is contained in:
@@ -118,8 +118,8 @@ SIGWINCH = ... # type: _SIG
|
||||
SIGXCPU = ... # type: _SIG
|
||||
SIGXFSZ = ... # type: _SIG
|
||||
|
||||
CTRL_C_EVENT = 0 # Windows
|
||||
CTRL_BREAK_EVENT = 0 # Windows
|
||||
CTRL_C_EVENT = 0 # Windows
|
||||
CTRL_BREAK_EVENT = 0 # Windows
|
||||
|
||||
class struct_siginfo(Tuple[int, int, int, int, int, int, int]):
|
||||
def __init__(self, sequence: Iterable[int]) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user