diff --git a/dashmachine/user_system/forms.py b/dashmachine/user_system/forms.py index adbfd23..73d12cd 100644 --- a/dashmachine/user_system/forms.py +++ b/dashmachine/user_system/forms.py @@ -1,9 +1,6 @@ from flask_wtf import FlaskForm from wtforms import StringField, PasswordField, BooleanField, SelectField from wtforms.validators import DataRequired, Length -from dashmachine.settings_system.models import Settings - -settings_db = Settings.query.first() class UserForm(FlaskForm):