Skip to content

Commit cd2d14a

Browse files
committed
tests/legacy_api/test_window.py(refactor): Remove unused has_gte_version import
why: tmux >= 3.2a now required, import no longer needed after rebase
1 parent 0ccd7cd commit cd2d14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/legacy_api/test_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pytest
1111

1212
from libtmux import exc
13-
from libtmux.common import has_gte_version, has_version
13+
from libtmux.common import has_version
1414
from libtmux.pane import Pane
1515
from libtmux.server import Server
1616
from libtmux.window import Window

0 commit comments

Comments
 (0)