Skip to content

Commit 0e27d17

Browse files
committed
chore(Session.new_window): Missing typing
1 parent ab53d6a commit 0e27d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def new_window(
209209
wformats = ["session_name", "session_id"] + formats.WINDOW_FORMATS
210210
tmux_formats = ["#{%s}" % f for f in wformats]
211211

212-
window_args = tuple()
212+
window_args: t.Tuple = tuple()
213213

214214
if not attach:
215215
window_args += ("-d",)

0 commit comments

Comments
 (0)