Skip to content

Commit 8a5c964

Browse files
committed
[automated] Fix code linting
1 parent 63d5de8 commit 8a5c964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def safe_get(self, url):
548548
else:
549549
return r
550550
elif request.status_code in self.return_unauthorised:
551-
raise RuntimeError(f"GitHub API PR failed, probably due to an expired GITHUB_TOKEN.")
551+
raise RuntimeError("GitHub API PR failed, probably due to an expired GITHUB_TOKEN.")
552552

553553
return request
554554

0 commit comments

Comments
 (0)