mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
fix import error in logging/__init__.pyi
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Stubs for logging (Python 3.4)
|
||||
|
||||
from typing import (
|
||||
Any, Callable, Dict, Iterable, Mapping, MutableMapping, Optional, IO,
|
||||
Any, Callable, Dict, Iterable, List, Mapping, MutableMapping, Optional, IO,
|
||||
Tuple, Text, Union, overload,
|
||||
)
|
||||
from string import Template
|
||||
|
||||
Reference in New Issue
Block a user