Skip to content

Commit d4ff617

Browse files
committed
pep8
1 parent 5e2edbf commit d4ff617

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tmuxp/workspacebuilder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def build(self, session=None):
127127
for key, val in self.sconf['options'].items():
128128
s.set_option(key, val)
129129

130-
131130
for w, wconf in self.iter_create_windows(session):
132131
assert(isinstance(w, Window))
133132
for p in self.iter_create_panes(w, wconf):

0 commit comments

Comments
 (0)