Skip to content

Commit bb4684d

Browse files
committed
Reformat
1 parent 4057e00 commit bb4684d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_build_docs_versions.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ def test_from_json_warning(caplog) -> None:
6868
Versions.from_json(json_data)
6969

7070
# Assert
71-
assert "Saw invalid version status 'ex-release', expected to be one of" in caplog.text
71+
assert (
72+
"Saw invalid version status 'ex-release', expected to be one of" in caplog.text
73+
)
7274

7375

7476
def test_current_stable(versions) -> None:

0 commit comments

Comments
 (0)