Skip to content

Commit 9931200

Browse files
committed
chore(Server.new_session): Missing typing
1 parent de17f9c commit 9931200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/server.py

+1-1
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)