Skip to content

Commit 8b03200

Browse files
committed
Fix flake8 lint error
1 parent 8a6d4e8 commit 8b03200

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

homu/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,8 @@ def parse_commands(body, username, user_id, repo_label, repo_cfg, state,
719719
data={
720720
'selected': repo_cfg['buildbot']['builders'],
721721
'comments': INTERRUPTED_BY_HOMU_FMT.format(int(time.time())), # noqa
722-
})
722+
}
723+
)
723724

724725
if 'authzfail' in res.text:
725726
err = 'Authorization failed'

0 commit comments

Comments
 (0)