mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-29 07:06:55 +08:00
Fixing flake8 E266 errors
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Stubs for tarfile
|
||||
# Stubs for tarfile
|
||||
|
||||
from typing import (
|
||||
Callable, IO, Iterable, Iterator, List, Mapping, Optional, Type,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Stubs for unittest
|
||||
# Stubs for unittest
|
||||
|
||||
from typing import (
|
||||
Any, Callable, Iterable, Iterator, List, Optional, Pattern, Sequence,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Stubs for unittest.mock
|
||||
# Stubs for unittest.mock
|
||||
|
||||
import sys
|
||||
from typing import Any
|
||||
|
||||
Reference in New Issue
Block a user