mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Import Match and Pattern from re, not typing (#8277)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from _markupbase import ParserBase
|
||||
from typing import Pattern
|
||||
from re import Pattern
|
||||
|
||||
__all__ = ["HTMLParser"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user