diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-02-07 16:39:45 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-02-07 16:39:45 +0100 |
| commit | 9f5fa8d149e3abcd26a1d7ecba284d8c01a5e88b (patch) | |
| tree | 37bd6cc333ab40ff4ecfa31b99e41266bc1e200d /contact | |
| parent | 8169080ff392a274141becc871feb2ba8e610457 (diff) | |
Remove unused imports.
Diffstat (limited to 'contact')
| -rw-r--r-- | contact/forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contact/forms.py b/contact/forms.py index d8171b73..ed194301 100644 --- a/contact/forms.py +++ b/contact/forms.py @@ -1,4 +1,3 @@ -import textwrap from django import forms from contact_form.forms import AkismetContactForm |
