mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-17 07:14:12 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from typing import Any, Match
|
||||
from re import Match
|
||||
from typing import Any
|
||||
|
||||
class JSONDecoder:
|
||||
def __init__(self, **kwargs: Any) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user