Skip to content

Commit 5cc8a50

Browse files
committed
Format with black
1 parent 703e80b commit 5cc8a50

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

libtmux/window.py

+7-2
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,13 @@ def last_pane(self):
382382
return self.select_pane('-l')
383383

384384
def split_window(
385-
self, target=None, start_directory=None, attach=True, vertical=True,
386-
shell=None, percent=None
385+
self,
386+
target=None,
387+
start_directory=None,
388+
attach=True,
389+
vertical=True,
390+
shell=None,
391+
percent=None,
387392
):
388393
"""
389394
Split window and return the created :class:`Pane`.

0 commit comments

Comments
 (0)