Skip to content

Commit b8b77cf

Browse files
committed
ran black over the changes
1 parent 5ddde64 commit b8b77cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tmuxp/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,8 @@ def load_plugins(sconfig):
217217
f'{error}'
218218
)
219219
)
220-
221-
return plugins
222220

221+
return plugins
223222

224223

225224
def is_pure_name(path):
@@ -306,6 +305,7 @@ def scan_config(config, config_dir=None):
306305
307306
If config is directory, scan for .tmuxp.{yaml,yml,json} in directory. If
308307
one or more found, it will warn and pick the first.
308+
309309
If config is ".", "./" or None, it will scan current directory.
310310
311311
If config is has no path and only a filename, e.g. "myconfig.yaml" it will

tmuxp/workspacebuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def build(self, session=None):
160160
assert session.id
161161

162162
assert isinstance(session, Session)
163-
163+
164164
for plugin in self.plugins:
165165
plugin.before_workspace_builder(session)
166166

0 commit comments

Comments
 (0)