We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6899ab0 commit 24462bdCopy full SHA for 24462bd
src/libtmux/pane.py
@@ -356,7 +356,7 @@ def set_option(
356
:exc:`exc.OptionError`, :exc:`exc.UnknownOption`,
357
:exc:`exc.InvalidOption`, :exc:`exc.AmbiguousOption`
358
"""
359
- flags: list[str] = []
+ flags: t.List[str] = []
360
if isinstance(value, bool) and value:
361
value = "on"
362
elif isinstance(value, bool) and not value:
0 commit comments