mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 22:56:55 +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 AnyStr, Dict, List, Optional, Tuple, overload
|
||||
from typing import Dict, List, Optional, Tuple
|
||||
|
||||
class NetrcParseError(Exception):
|
||||
filename: Optional[str]
|
||||
|
||||
Reference in New Issue
Block a user