Skip to content

Commit

Permalink
Fix test..
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Aug 28, 2021
1 parent 986074a commit 8fe4612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/r/raise/raising_format_tuple.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
instead. The same holds for a string containing {...} suggesting str.format()
was intended.
'''
# pylint: disable=redundant-u-string-prefix
# pylint: disable=redundant-u-string-prefix, consider-using-f-string

def bad_percent(arg):
'''Raising a percent-formatted string and an argument'''
Expand Down

0 comments on commit 8fe4612

Please sign in to comment.