1
0
Fork 0

Fixes linter issues

This commit is contained in:
Mouse Reeve 2020-09-21 10:25:26 -07:00
parent 4d0176a6f7
commit 425da16fd6
16 changed files with 63 additions and 42 deletions

View file

@ -1,7 +1,6 @@
''' usin django model forms '''
''' using django model forms '''
import datetime
from django.core.exceptions import ValidationError
from django.forms import ModelForm, PasswordInput, widgets
from django import forms