Fixing flake8 B errors

This commit is contained in:
Lukasz Langa
2016-12-20 01:17:38 -08:00
parent ad9038dcd7
commit 6e2709906b
5 changed files with 8 additions and 10 deletions

View File

@@ -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):