mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
removed unused import
This commit is contained in:
parent
94ce3bea64
commit
fcab48a5e5
1 changed files with 0 additions and 1 deletions
1
pelican/__init__.py
Executable file → Normal file
1
pelican/__init__.py
Executable file → Normal file
|
|
@ -1,6 +1,5 @@
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
from functools import partial
|
|
||||||
|
|
||||||
from pelican.generators import (ArticlesGenerator, PagesGenerator,
|
from pelican.generators import (ArticlesGenerator, PagesGenerator,
|
||||||
StaticGenerator, PdfGenerator)
|
StaticGenerator, PdfGenerator)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue