mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Fixing flake8 E111, E114, E116, E203, E225, E262 errors
This commit is contained in:
@@ -29,7 +29,7 @@ def move(src: str, dst: str) -> None: ...
|
||||
|
||||
class Error(Exception): ...
|
||||
if sys.version_info >= (3, 4):
|
||||
class SameFileError(Error): ...
|
||||
class SameFileError(Error): ...
|
||||
|
||||
def make_archive(base_name: str, format: str, root_dir: str = ...,
|
||||
base_dir: str = ..., verbose: bool = ...,
|
||||
|
||||
Reference in New Issue
Block a user