mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Fixing flake8 E261 errors
This commit is contained in:
@@ -6,10 +6,10 @@ from typing import Any
|
||||
|
||||
NO = ... # type: Any
|
||||
YES = ... # type: Any
|
||||
TRUE = ... # type: Any
|
||||
FALSE = ... # type: Any
|
||||
ON = ... # type: Any
|
||||
OFF = ... # type: Any
|
||||
TRUE = ... # type: Any
|
||||
FALSE = ... # type: Any
|
||||
ON = ... # type: Any
|
||||
OFF = ... # type: Any
|
||||
N = ... # type: Any
|
||||
S = ... # type: Any
|
||||
W = ... # type: Any
|
||||
|
||||
Reference in New Issue
Block a user