File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class Pane(TmuxMappingObject, TmuxRelationalObject):
53
53
Accessed April 1st, 2018.
54
54
"""
55
55
56
- window : " libtmux.window.Window"
56
+ window : libtmux .window .Window
57
57
session_name : str = dataclasses .field (init = True )
58
58
session_id : str = dataclasses .field (init = True )
59
59
window_index : str = dataclasses .field (init = True )
@@ -91,8 +91,8 @@ class Pane(TmuxMappingObject, TmuxRelationalObject):
91
91
mouse_button_flag : str
92
92
mouse_any_flag : str
93
93
mouse_utf8_flag : str
94
- session : " libtmux.session.Session" = dataclasses .field (init = False )
95
- server : " libtmux.server.Server" = dataclasses .field (init = False )
94
+ session : libtmux .session .Session = dataclasses .field (init = False )
95
+ server : libtmux .server .Server = dataclasses .field (init = False )
96
96
window_name : str = dataclasses .field (init = True , default = "" )
97
97
pane_start_command : Optional [str ] = dataclasses .field (init = True , default = None )
98
98
You can’t perform that action at this time.
0 commit comments