Skip to content

Commit dce359d

Browse files
committed
Fix indentation
Signed-off-by: Andrew Brain <[email protected]>
1 parent f1907f9 commit dce359d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

augur/tasks/github/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def collect_events(repo_git: str):
3131
key_auth = GithubRandomKeyAuth(logger)
3232

3333
if bulk_events_collection_endpoint_contains_all_data(repo_id):
34-
event_generator = bulk_collect_pr_and_issue_events(repo_git, logger, key_auth)
34+
event_generator = bulk_collect_pr_and_issue_events(repo_git, logger, key_auth)
3535
else:
3636
event_generator = collect_pr_and_issues_events_by_number(repo_id, repo_git, logger, key_auth, f"{owner}/{repo}: Event task")
3737

0 commit comments

Comments
 (0)