mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Cleanup imports
This commit is contained in:
parent
b388057d66
commit
631ac1bdb3
3 changed files with 5 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue