Skip to content

Commit 402acbc

Browse files
nvasilastony
authored andcommitted
Fix missing import
1 parent 2e0f6dc commit 402acbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_workspacebuilder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import libtmux
1212
from libtmux import Window
13-
from libtmux.common import has_lt_version
13+
from libtmux.common import has_gte_version, has_lt_version
1414
from libtmux.test import retry_until, temp_session
1515
from tmuxp import config, exc
1616
from tmuxp.cli.load import load_plugins

0 commit comments

Comments
 (0)