Update test_settings.py

This commit is contained in:
Sam Bull 2026-04-12 23:40:10 +01:00 committed by GitHub
commit 1a52b857ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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