mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
6c79b8f2f1
commit
feff1d0411
@@ -31,7 +31,7 @@ class IncludeBlockProcessor(BlockProcessor):
|
||||
super().__init__(parser)
|
||||
self.base_path = base_path
|
||||
|
||||
def test(self, parent: Element, block: str) -> bool: # type: ignore[override] # https://github.com/python/typeshed/pull/8166
|
||||
def test(self, parent: Element, block: str) -> bool:
|
||||
return bool(self.RE.search(block))
|
||||
|
||||
def expand_include(self, m: Match[str]) -> str:
|
||||
|
||||
Reference in New Issue
Block a user