mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Fixing flake8 E202, E203, E225 errors
This commit is contained in:
@@ -59,8 +59,8 @@ class CodeType:
|
||||
co_lnotab = ... # type: str
|
||||
co_name = ... # type: str
|
||||
co_names = ... # type: Tuple[str, ...]
|
||||
co_nlocals= ... # type: int
|
||||
co_stacksize= ... # type: int
|
||||
co_nlocals = ... # type: int
|
||||
co_stacksize = ... # type: int
|
||||
co_varnames = ... # type: Tuple[str, ...]
|
||||
|
||||
class GeneratorType:
|
||||
|
||||
Reference in New Issue
Block a user