mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-11 09:08:27 +08:00
Import generics from standard modules in all third-party stubs (#7791)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import datetime
|
||||
from typing import ClassVar, Mapping
|
||||
from collections.abc import Mapping
|
||||
from typing import ClassVar
|
||||
|
||||
from .exceptions import (
|
||||
AmbiguousTimeError as AmbiguousTimeError,
|
||||
|
||||
Reference in New Issue
Block a user