Skip to content

Commit 9085c5b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8125320 commit 9085c5b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

django_superform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
Project home: https://github.com/jazzband/django-superform
1212
See http://django-superform.readthedocs.org/en/latest/ for complete docs.
1313
"""
14+
1415
from .fields import (
1516
FormField,
1617
ModelFormField,
@@ -22,7 +23,6 @@
2223
from .forms import SuperForm, SuperModelForm
2324
from .widgets import FormWidget, FormSetWidget
2425

25-
2626
__version__ = "0.4.0.dev1"
2727

2828

tests/test_formsetfield.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from .models import Post, Image
77

8-
98
ImageFormSet = modelformset_factory(Image, fields=["name"])
109

1110

0 commit comments

Comments
 (0)