mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-26 11:37:16 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from _typeshed import StrPath
|
||||
from collections.abc import Iterator
|
||||
from typing import Match
|
||||
from re import Match
|
||||
|
||||
class Store:
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user