Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed May 18, 2021
1 parent 6e6e163 commit 83f03c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/meticulous/_submit.py
Expand Up @@ -32,7 +32,7 @@ def get_note(kind, pr_url=None):
f"https://github.com/timgates42/meticulous"
f"/blob/master/docs/NOTE.md"
)
if kind != 'issue' or pr_url is None:
if kind != "issue" or pr_url is None:
return header
api = get_api()
user_org = api.get_user().login
Expand Down

0 comments on commit 83f03c7

Please sign in to comment.