We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5ba96 commit c8662ccCopy full SHA for c8662cc
.github/workflows/tests.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
uv run --no-dev -p python${{ matrix.python-version }} -- python -c '
29
from libtmux import common, constants, exc, formats, neo, pane, server, session, window
30
- server = libtmux.Server()
+ server = server.Server()
31
print("Server version:", server.version)
32
'
33
0 commit comments