Skip to content
Snippets Groups Projects
Commit 44d7fb018420 authored by Manuel Jacob's avatar Manuel Jacob
Browse files

typing: fix type annotation

parent 520c43a8d366
No related tags found
1 merge request!916Draft: Topic/stable/fix type annotations
......@@ -754,7 +754,7 @@
def help_(
ui: uimod.ui,
commands,
name: bytes,
name: Optional[bytes],
unknowncmd: bool = False,
full: bool = True,
subtopic: Optional[bytes] = None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment