Removed unused forms.

This commit is contained in:
Alexis Lahouze 2015-06-12 12:01:16 +02:00
parent b4b9923ba6
commit 4e3ca76e44
2 changed files with 0 additions and 9 deletions

View File

View File

@ -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()