Skip to content

Commit a4f3da9

Browse files
committed
reformatting one stray file
1 parent 12cd7a6 commit a4f3da9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_io/test_html.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ def test_cdn_integrity_hash_matches_bundled_content(fig1):
6868
expected_hash = _generate_sri_hash(plotlyjs_content)
6969

7070
# Verify they match
71-
assert (
72-
extracted_hash == expected_hash
73-
), f"Hash mismatch: expected {expected_hash}, got {extracted_hash}"
71+
assert extracted_hash == expected_hash, (
72+
f"Hash mismatch: expected {expected_hash}, got {extracted_hash}"
73+
)

0 commit comments

Comments
 (0)