mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +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,6 +1,6 @@
|
||||
import os
|
||||
import typing
|
||||
from datetime import datetime, tzinfo
|
||||
from datetime import tzinfo
|
||||
from typing import Any, Iterable, Optional, Protocol, Sequence, Set, Type, Union
|
||||
|
||||
_T = typing.TypeVar("_T", bound="ZoneInfo")
|
||||
|
||||
Reference in New Issue
Block a user