Skip to content

Commit c8662cc

Browse files
committed
!squash
1 parent 3b5ba96 commit c8662cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
uv run --no-dev -p python${{ matrix.python-version }} -- python -c '
2929
from libtmux import common, constants, exc, formats, neo, pane, server, session, window
30-
server = libtmux.Server()
30+
server = server.Server()
3131
print("Server version:", server.version)
3232
'
3333

0 commit comments

Comments
 (0)