From 8eb7a03402cfee23f7686a53f7bdabddddd09ee5 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 15 Mar 2025 14:15:18 +0100 Subject: Apply ruff format and lint --- blog/test_html_rendering.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'blog/test_html_rendering.py') diff --git a/blog/test_html_rendering.py b/blog/test_html_rendering.py index 54e10119..2f624359 100644 --- a/blog/test_html_rendering.py +++ b/blog/test_html_rendering.py @@ -1,5 +1,3 @@ -import pathlib - import pytest from blog import blog_pages -- cgit v1.2.3