mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
[Markdown] Update to 3.10.2 (#15414)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "3.10.*"
|
||||
version = "~=3.10.2"
|
||||
upstream_repository = "https://github.com/Python-Markdown/markdown"
|
||||
|
||||
@@ -7,7 +7,6 @@ from markdown import Markdown
|
||||
|
||||
spec: ModuleSpec
|
||||
commentclose: re.Pattern[str]
|
||||
commentabruptclose: re.Pattern[str]
|
||||
blank_line_re: re.Pattern[str]
|
||||
|
||||
class HTMLExtractor(htmlparser.HTMLParser):
|
||||
|
||||
Reference in New Issue
Block a user