Remove bad namedtuple to fix CI (#4684)

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2020-10-18 00:25:09 -07:00
committed by GitHub
parent 7603acd8b8
commit 10d3c6c325

View File

@@ -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): ...