Commit 09148eef23097272e23990d81c79c37dd8a2097e

Authored by Sergio Oliveira
1 parent 50933773

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 2 Test Form class.
3 3 Objective: Test parameters, and behavior.
4 4 """
5   -from re import search
6 5  
7 6 from django.test import TestCase
8 7 from django.core.urlresolvers import reverse
... ...