Skip to content

Commit 186f201

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 813c4ce commit 186f201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_06_assets(dev_server):
8484
("style.css", "text/css; charset=utf-8"),
8585
("script.js", "text/javascript; charset=utf-8"),
8686
("favicon.ico", "image/vnd.microsoft.icon"),
87-
("painting.jpg", "image/jpeg")
87+
("painting.jpg", "image/jpeg"),
8888
]
8989

9090
for path, content_type in pairs:

0 commit comments

Comments
 (0)