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 Apr 4, 2022
1 parent 9f03262 commit 2421524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ujson.py
Expand Up @@ -723,7 +723,7 @@ def test_special_singletons():
)
def test_incomplete_special_inputs(test_input, expected_message):
with pytest.raises(ujson.JSONDecodeError, match=expected_message):
print("test_input = {!r}".format(test_input))
print(f"test_input = {test_input!r}")
ujson.loads(test_input)


Expand Down

0 comments on commit 2421524

Please sign in to comment.