Skip to content

Commit fe1584d

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 8fdd991 commit fe1584d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/validators/test_regexp.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ def test_regex_invalid_mode(dummy_form, dummy_field, re_mode):
244244
regexp("^a", mode=re_mode)
245245

246246
expected_msg_tmpl = (
247-
"Invalid mode value '{}'. "
248-
"Supported values: search, match, fullmatch"
247+
"Invalid mode value '{}'. " "Supported values: search, match, fullmatch"
249248
)
250249

251250
assert e.value.args[0] == expected_msg_tmpl.format(re_mode)

0 commit comments

Comments
 (0)