Skip to content

Commit d8d8c13

Browse files
committed
Lints
1 parent b2ce430 commit d8d8c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/test_fuzz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ def del_key_type(self):
10001000

10011001
@rule()
10021002
def init_wrong_call(self):
1003-
with pytest.raises(TypeError, match=re.escape(f"SortedDict() takes 0 to 1 positional arguments (2 given)")):
1003+
with pytest.raises(TypeError, match=re.escape("SortedDict() takes 0 to 1 positional arguments (2 given)")):
10041004
SortedDict(object, object)
10051005

10061006
@rule()

0 commit comments

Comments
 (0)