mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
dateparser: Remove redundant import of _typeshed.Self (#8041)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import collections
|
||||
from _typeshed import Self as Self
|
||||
from collections.abc import Callable, Iterable, Iterator
|
||||
from datetime import datetime
|
||||
from typing import ClassVar, Pattern, overload
|
||||
|
||||
Reference in New Issue
Block a user