forked from github/pelican
Merge pull request #1662 from iKevinY/unused-imports
Remove a couple of unused imports
This commit is contained in:
commit
e0d40c17a0
2 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals, print_function
|
||||
import six
|
||||
from six.moves.urllib.parse import (unquote, urlparse, urlunparse)
|
||||
from six.moves.urllib.parse import urlparse, urlunparse
|
||||
|
||||
import copy
|
||||
import locale
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ from __future__ import with_statement, unicode_literals, print_function
|
|||
import six
|
||||
|
||||
import os
|
||||
import locale
|
||||
import logging
|
||||
|
||||
if not six.PY3:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue