Skip to content

Commit 36c5907

Browse files
committed
!squash pane
1 parent 9bce2e8 commit 36c5907

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libtmux/pane.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
import warnings
1212
from typing import overload
1313

14-
from libtmux.common import OptionMixin, tmux_cmd
14+
from libtmux.common import tmux_cmd
1515
from libtmux.constants import OptionScope
1616
from libtmux.neo import Obj, fetch_obj
17+
from libtmux.options import OptionMixin
1718

1819
from . import exc
1920

0 commit comments

Comments
 (0)