Fixing flake8 E266 errors

This commit is contained in:
Lukasz Langa
2016-12-20 00:06:36 -08:00
parent 6b5c6626d6
commit 5b6a9937b2
10 changed files with 85 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
## Stubs for logging (Python 3.4)
# Stubs for logging (Python 3.4)
from typing import (
Any, Callable, Dict, Iterable, Mapping, MutableMapping, Optional, IO,

View File

@@ -1,4 +1,4 @@
## Stubs for logging.handlers (Python 2.4)
# Stubs for logging.handlers (Python 2.4)
from typing import Any, Callable, Optional, Tuple, Union, overload
from logging import Handler, FileHandler, LogRecord

View File

@@ -1,4 +1,4 @@
## Stubs for tarfile
# Stubs for tarfile
from typing import (
Callable, IO, Iterable, Iterator, List, Mapping, Optional, Type,

View File

@@ -1,4 +1,4 @@
## Stubs for unittest
# Stubs for unittest
from typing import (
Any, Callable, Iterable, Iterator, List, Optional, Pattern, Sequence,

View File

@@ -1,4 +1,4 @@
## Stubs for unittest.mock
# Stubs for unittest.mock
import sys
from typing import Any