mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove a couple of unused imports
As reported by Pyflakes.
This commit is contained in:
parent
e35ca1d6ff
commit
0f7f328206
2 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import unicode_literals, print_function
|
from __future__ import unicode_literals, print_function
|
||||||
import six
|
import six
|
||||||
from six.moves.urllib.parse import (unquote, urlparse, urlunparse)
|
from six.moves.urllib.parse import urlparse, urlunparse
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
import locale
|
import locale
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ from __future__ import with_statement, unicode_literals, print_function
|
||||||
import six
|
import six
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import locale
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
if not six.PY3:
|
if not six.PY3:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue