Skip to content

Commit a96e7e2

Browse files
committed
flake8
1 parent 6f5da63 commit a96e7e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/archery/archery/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,4 +283,4 @@ def submit(obj, task, group, dry_run):
283283
response = formatter.render(job)
284284

285285
# send the response
286-
obj['pull'].create_issue_comment(response)
286+
obj['pull'].create_issue_comment(response)

dev/archery/archery/tests/test_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ def handler(command, **kwargs):
222222
# result = runner.invoke(
223223
# bot, ['crossbow', 'submit', '-g', 'wheel', '--dry-run']
224224
# )
225-
# assert result.exit_code == 0
225+
# assert result.exit_code == 0

0 commit comments

Comments
 (0)