diff --git a/colab/accounts/tests/test_forms.py b/colab/accounts/tests/test_forms.py index 1358e1c..757d83b 100644 --- a/colab/accounts/tests/test_forms.py +++ b/colab/accounts/tests/test_forms.py @@ -2,7 +2,6 @@ Test Form class. Objective: Test parameters, and behavior. """ -from re import search from django.test import TestCase from django.core.urlresolvers import reverse -- libgit2 0.21.2