mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2025-07-13 09:52:16 +03:00
fixed linter
This commit is contained in:
parent
9a2cf8e083
commit
c5e594ffd5
|
@ -7,6 +7,5 @@ class TracksLoadForm(forms.Form):
|
||||||
address = forms.CharField(max_length=500)
|
address = forms.CharField(max_length=500)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class FileUploadForm(forms.Form):
|
class FileUploadForm(forms.Form):
|
||||||
file = MultipleFileField()
|
file = MultipleFileField()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user