1
0
Fork 0
forked from github/pelican

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

@ -27,7 +27,7 @@ from pelican.plugins._utils import get_plugin_name, load_plugins
from pelican.readers import Readers
from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer
from pelican.settings import read_settings
from pelican.utils import (wait_for_changes, clean_output_dir, maybe_pluralize)
from pelican.utils import clean_output_dir, maybe_pluralize, wait_for_changes
from pelican.writers import Writer
try: