Removed unused forms.
This commit is contained in:
parent
b4b9923ba6
commit
4e3ca76e44
@ -1,9 +0,0 @@
|
||||
from flask_wtf import Form
|
||||
from wtforms import DecimalField, IntegerField, StringField
|
||||
|
||||
class AccountIdForm(Form):
|
||||
id = IntegerField()
|
||||
|
||||
class AccountForm(AccountIdForm):
|
||||
name = StringField()
|
||||
authorized_overdraft = DecimalField()
|
Loading…
Reference in New Issue
Block a user