Commit 09148eef23097272e23990d81c79c37dd8a2097e
1 parent
50933773
Exists in
master
and in
33 other branches
Fixed code style
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
colab/accounts/tests/test_forms.py
@@ -2,7 +2,6 @@ | @@ -2,7 +2,6 @@ | ||
2 | Test Form class. | 2 | Test Form class. |
3 | Objective: Test parameters, and behavior. | 3 | Objective: Test parameters, and behavior. |
4 | """ | 4 | """ |
5 | -from re import search | ||
6 | 5 | ||
7 | from django.test import TestCase | 6 | from django.test import TestCase |
8 | from django.core.urlresolvers import reverse | 7 | from django.core.urlresolvers import reverse |