Skip to content

Commit 24462bd

Browse files
committed
!squash pane
1 parent 6899ab0 commit 24462bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libtmux/pane.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def set_option(
356356
:exc:`exc.OptionError`, :exc:`exc.UnknownOption`,
357357
:exc:`exc.InvalidOption`, :exc:`exc.AmbiguousOption`
358358
"""
359-
flags: list[str] = []
359+
flags: t.List[str] = []
360360
if isinstance(value, bool) and value:
361361
value = "on"
362362
elif isinstance(value, bool) and not value:

0 commit comments

Comments
 (0)