From 1a52b857baa0e90f87bb19f510d381ca80744706 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Sun, 12 Apr 2026 23:40:10 +0100 Subject: [PATCH] Update test_settings.py --- pelican/tests/test_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/tests/test_settings.py b/pelican/tests/test_settings.py index 09828429..09c2da03 100644 --- a/pelican/tests/test_settings.py +++ b/pelican/tests/test_settings.py @@ -4,6 +4,7 @@ import logging import os from os.path import abspath, dirname, join +from pelican import log from pelican.settings import ( DEFAULT_CONFIG, DEFAULT_THEME, @@ -12,7 +13,6 @@ from pelican.settings import ( handle_deprecated_settings, read_settings, ) -from pelican import log from pelican.tests.support import LogCountHandler, unittest