dateparser: Remove redundant import of _typeshed.Self (#8041)

This commit is contained in:
Alex Waygood
2022-06-08 21:02:14 +01:00
committed by GitHub
parent c449ddde56
commit 45b9e60d13

View File

@@ -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