Fixing flake8 E251 errors

This commit is contained in:
Lukasz Langa
2016-12-20 01:54:34 -08:00
parent 68a49c2c2e
commit 99a57e5cbe
9 changed files with 13 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ class parser(object):
timestr: Union[str, bytes, IO[Any]],
default: Optional[datetime],
ignoretz: bool=...,
tzinfos =...,
tzinfos: Any =...,
) -> datetime: ...
DEFAULTPARSER = ... # type: parser