Skip to content

Commit 05ea78c

Browse files
committed
chore(Server.new_session): Missing typing
1 parent 0e27d17 commit 05ea78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def new_session(
534534
if env:
535535
del os.environ["TMUX"]
536536

537-
tmux_args = (
537+
tmux_args: t.Tuple = (
538538
"-s%s" % session_name,
539539
"-P",
540540
"-F%s" % formats.FORMAT_SEPARATOR.join(tmux_formats), # output

0 commit comments

Comments
 (0)