Skip to content

Commit 041479a

Browse files
committed
!squash server
1 parent e608099 commit 041479a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
from . import exc, formats
2424
from .common import (
2525
EnvironmentMixin,
26-
OptionMixin,
2726
PaneDict,
2827
SessionDict,
2928
WindowDict,
3029
has_gte_version,
3130
session_check_name,
3231
)
32+
from .options import OptionMixin
3333

3434
if t.TYPE_CHECKING:
3535
from typing_extensions import TypeAlias

0 commit comments

Comments
 (0)