Skip to content

Commit 3617590

Browse files
author
Joachim Jablon
committed
Lint
1 parent efcf07e commit 3617590

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

django_genericfilters/tests/test_templatetags.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from django import forms
44
from django.template import Template, Context
5-
from django.template.base import Parser, Token, Variable
5+
from django.template.base import Parser, Variable
66
from django.test import RequestFactory
77

88
from django_genericfilters.templatetags.updateurl import (

django_genericfilters/tests/test_views.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import urllib
2-
import sys
32

43
from django import forms
54
from django.db import models

0 commit comments

Comments
 (0)