Skip to content

Commit 028bc53

Browse files
committed
isort fix
1 parent 67bb05b commit 028bc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
def get_form():
2-
from django_recaptcha.fields import ReCaptchaField
32
from django import forms
43
from django_comments.forms import CommentForm
4+
from django_recaptcha.fields import ReCaptchaField
55

66
class CabCommentForm(CommentForm):
77
your_name = forms.CharField(

0 commit comments

Comments
 (0)