Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Fix flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
vleong2332 committed Feb 2, 2017
1 parent a6f7303 commit c18b324
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion td/tests/commenting/test_models.py
Expand Up @@ -15,7 +15,7 @@ def setUp(self):
content_type = ContentType.objects.get_for_model(self.language)
self.comment = CommentTag.objects.create(name=self.language.tag_slug, slug=self.language.tag_slug,
object_id=self.language.id, content_type=content_type)

def tearDown(self):
super(CommentTagTestCase, self).tearDown()

Expand Down
2 changes: 0 additions & 2 deletions td/utils.py
@@ -1,8 +1,6 @@
import operator
import types

from datetime import datetime

from django.core.paginator import Paginator
from django.db.models import Q
from django.http import JsonResponse
Expand Down

0 comments on commit c18b324

Please sign in to comment.