mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 02:57:14 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import datetime
|
||||
from re import Pattern
|
||||
from types import TracebackType
|
||||
from typing import Any, NamedTuple, Pattern
|
||||
from typing import Any, NamedTuple
|
||||
|
||||
class SizeUnit(NamedTuple):
|
||||
divider: int
|
||||
|
||||
Reference in New Issue
Block a user