mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 04:04:25 +08:00
Remove bad namedtuple to fix CI (#4684)
Co-authored-by: hauntsaninja <>
This commit is contained in:
2
third_party/2and3/markdown/util.pyi
vendored
2
third_party/2and3/markdown/util.pyi
vendored
@@ -40,8 +40,6 @@ class HtmlStash:
|
||||
def get_placeholder(self, key): ...
|
||||
def store_tag(self, tag, attrs, left_index, right_index): ...
|
||||
|
||||
_PriorityItem = namedtuple("PriorityItem", ["name", "priority"])
|
||||
|
||||
class Registry:
|
||||
def __init__(self) -> None: ...
|
||||
def __contains__(self, item): ...
|
||||
|
||||
Reference in New Issue
Block a user