Skip to content

Commit 9bce2e8

Browse files
committed
!squash session
1 parent 041479a commit 9bce2e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libtmux/session.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
import warnings
1212

1313
from libtmux._internal.query_list import QueryList
14-
from libtmux.common import OptionMixin, tmux_cmd
14+
from libtmux.common import tmux_cmd
1515
from libtmux.constants import OptionScope
1616
from libtmux.formats import FORMAT_SEPARATOR
1717
from libtmux.neo import Obj, fetch_obj, fetch_objs
18+
from libtmux.options import OptionMixin
1819
from libtmux.pane import Pane
1920
from libtmux.window import Window
2021

@@ -26,7 +27,6 @@
2627
has_version,
2728
session_check_name,
2829
)
29-
from .options import handle_option_error
3030

3131
if t.TYPE_CHECKING:
3232
from .server import Server

0 commit comments

Comments
 (0)