mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Fixing flake8 E202, E203, E225 errors
This commit is contained in:
@@ -67,7 +67,7 @@ version = ... # type: str
|
||||
def adapt(obj, protocol, alternate): ...
|
||||
def complete_statement(sql: str) -> bool: ...
|
||||
def connect(database: Union[bytes, AnyStr],
|
||||
timeout: float = ... ,
|
||||
timeout: float = ...,
|
||||
detect_types: int = ...,
|
||||
isolation_level: Union[str, None] = ...,
|
||||
check_same_thread: bool = ...,
|
||||
|
||||
Reference in New Issue
Block a user