diff --git a/jira/client.py b/jira/client.py index 7cc71033a..997d251bc 100644 --- a/jira/client.py +++ b/jira/client.py @@ -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, )