mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Fixing flake8 B errors
This commit is contained in:
@@ -129,7 +129,7 @@ class ConfigParser(RawConfigParser):
|
||||
empty_lines_in_values: bool = ...,
|
||||
default_section: str = ...,
|
||||
interpolation: Interpolation = None,
|
||||
converters: _converters = {}) -> None: ...
|
||||
converters: _converters = ...) -> None: ...
|
||||
|
||||
|
||||
class Error(Exception):
|
||||
|
||||
Reference in New Issue
Block a user