mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 18:05:57 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from collections.abc import Sequence
|
||||
from typing import Any, Pattern
|
||||
from re import Pattern
|
||||
from typing import Any
|
||||
|
||||
from ..ccompiler import CCompiler
|
||||
from ..cmd import Command
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
from collections.abc import Iterable
|
||||
from typing import Pattern, overload
|
||||
from re import Pattern
|
||||
from typing import overload
|
||||
from typing_extensions import Literal
|
||||
|
||||
# class is entirely undocumented
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from _typeshed import Self
|
||||
from abc import abstractmethod
|
||||
from typing import Pattern
|
||||
from re import Pattern
|
||||
|
||||
class Version:
|
||||
def __eq__(self, other: object) -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user