mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-21 09:08:27 +08:00
Removed imported symbols that are not accessed or re-exported (#4387)
Co-authored-by: Eric Traut <erictr@microsoft.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from typing import IO, Any, Dict, List, Optional, Tuple, Union, overload
|
||||
from typing import IO, Any, Dict, List, Optional, Tuple, overload
|
||||
|
||||
def get_config_var(name: str) -> Optional[str]: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user