Cleanup imports

This commit is contained in:
Jake Howard 2023-08-15 17:49:58 +01:00 committed by Deniz Turgut
commit 631ac1bdb3
No known key found for this signature in database
GPG key ID: 87B7168D7AB3ED2F
3 changed files with 5 additions and 7 deletions

View file

@ -2,7 +2,6 @@ import locale
import logging
import os
import shutil
import time
from datetime import timezone
from sys import platform
from tempfile import mkdtemp
@ -14,7 +13,6 @@ except ModuleNotFoundError:
from pelican import utils
from pelican.generators import TemplatePagesGenerator
from pelican.readers import Readers
from pelican.settings import read_settings
from pelican.tests.support import (LoggedTestCase, get_article,
locale_available, unittest)