Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 14, 2016
1 parent f688038 commit 405d485
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion nikola/plugins/task/galleries.py
Expand Up @@ -33,7 +33,6 @@
import json
import mimetypes
import os
import sys
try:
from urlparse import urljoin
except ImportError:
Expand Down
1 change: 0 additions & 1 deletion nikola/plugins/task/listings.py
Expand Up @@ -29,7 +29,6 @@
from __future__ import unicode_literals, print_function

from collections import defaultdict
import sys
import os
import lxml.html

Expand Down
2 changes: 0 additions & 2 deletions nikola/plugins/task/tags.py
Expand Up @@ -29,7 +29,6 @@
from __future__ import unicode_literals
import json
import os
import sys
import natsort
try:
from urlparse import urljoin
Expand Down Expand Up @@ -107,7 +106,6 @@ def gen_tasks(self):
if len(intersect) > 0:
for slug in intersect:
utils.LOGGER.error("Category '{0}' and tag '{1}' both have the same slug '{2}' for language {3}!".format('/'.join(categories[slug]), tags[slug], slug, lang))
utils.LOGGER.error("Category '{0}' and tag '{1}' both have the same slug '{2}'!".format(categories[slug], tags[slug], slug))

# Test for category slug clashes
categories = {}
Expand Down

0 comments on commit 405d485

Please sign in to comment.