We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0f6dc commit 402acbcCopy full SHA for 402acbc
tests/test_workspacebuilder.py
@@ -10,7 +10,7 @@
10
11
import libtmux
12
from libtmux import Window
13
-from libtmux.common import has_lt_version
+from libtmux.common import has_gte_version, has_lt_version
14
from libtmux.test import retry_until, temp_session
15
from tmuxp import config, exc
16
from tmuxp.cli.load import load_plugins
0 commit comments