Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreyd committed Jul 7, 2023
1 parent 4310cd6 commit da8a9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elliottlib/cli/find_bugs_kernel_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
def _search_issues(jira_client, *args, **kwargs):
return jira_client.search_issues(*args, **kwargs)


class FindBugsKernelCli:
def __init__(self, runtime: Runtime, trackers: Sequence[str],
clone: bool, reconcile: bool, comment: bool, dry_run: bool):
Expand Down

0 comments on commit da8a9b5

Please sign in to comment.