Skip to content

Commit de17f9c

Browse files
committed
chore(Session.new_window): Missing typing
1 parent 9c4bfc4 commit de17f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/session.py

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