Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 14, 2023
1 parent 23f0346 commit 9cba214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2044,7 +2044,7 @@ def add_remote_link(
# we just won't be able to be quite as helpful.
warnings.warn(
"Unable to gather applicationlinks; you will not be able "
"to add links to remote issues: ({}) {}".format(e.status_code, e.text),
f"to add links to remote issues: ({e.status_code}) {e.text}",
Warning,
)

Expand Down

0 comments on commit 9cba214

Please sign in to comment.