We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041479a commit 9bce2e8Copy full SHA for 9bce2e8
src/libtmux/session.py
@@ -11,10 +11,11 @@
11
import warnings
12
13
from libtmux._internal.query_list import QueryList
14
-from libtmux.common import OptionMixin, tmux_cmd
+from libtmux.common import tmux_cmd
15
from libtmux.constants import OptionScope
16
from libtmux.formats import FORMAT_SEPARATOR
17
from libtmux.neo import Obj, fetch_obj, fetch_objs
18
+from libtmux.options import OptionMixin
19
from libtmux.pane import Pane
20
from libtmux.window import Window
21
@@ -26,7 +27,6 @@
26
27
has_version,
28
session_check_name,
29
)
-from .options import handle_option_error
30
31
if t.TYPE_CHECKING:
32
from .server import Server
0 commit comments