mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Flake8, you bloody nitpicker
This commit is contained in:
parent
61116f1340
commit
7dc15bcd3f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ from pelican.readers import Readers
|
|||
from pelican.server import ComplexHTTPRequestHandler, RootedHTTPServer
|
||||
from pelican.settings import coerce_overrides, read_settings
|
||||
from pelican.utils import (FileSystemWatcher, clean_output_dir, maybe_pluralize)
|
||||
from pelican.writers import Writer, CollectionRSSWriter
|
||||
from pelican.writers import CollectionRSSWriter, Writer
|
||||
|
||||
try:
|
||||
__version__ = __import__('pkg_resources') \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue