Skip to content
Snippets Groups Projects
Verified Commit c3176fc8 authored by Tom Teichler's avatar Tom Teichler :beers: Committed by Jonathan Weth
Browse files

Fix linter

(cherry picked from commit 92af870c)
parent f4b19d84
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ from django.db import models
from django.db.models import JSONField, QuerySet
from django.db.models.fields import CharField, TextField
from django.forms.forms import BaseForm
from django.forms.models import fields_for_model, ModelForm, ModelFormMetaclass
from django.forms.models import ModelForm, ModelFormMetaclass, fields_for_model
from django.http import HttpResponse
from django.utils.functional import classproperty, lazy
from django.utils.translation import gettext as _
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment