mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove unused import
This commit is contained in:
parent
e171a16ef4
commit
e72a0a7119
1 changed files with 0 additions and 3 deletions
|
|
@ -1,13 +1,10 @@
|
|||
import os
|
||||
import functools
|
||||
import logging
|
||||
|
||||
import six
|
||||
|
||||
from pelican.utils import (slugify, python_2_unicode_compatible)
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@python_2_unicode_compatible
|
||||
@functools.total_ordering
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue