Skip to content

Commit 3a41eda

Browse files
committed
!squash default common
1 parent 961b8ce commit 3a41eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class CmdMixin:
6161
class OptionMixin(CmdMixin):
6262
"""Mixin for manager session and server level environment variables in tmux."""
6363

64-
default_scope: OptionScope
64+
default_scope: OptionScope | None
6565

6666
def __init__(self, default_scope: OptionScope) -> None:
6767
self.default_scope = default_scope

0 commit comments

Comments
 (0)