diff options
author | Ella Väisänen <evaisane@local> | 2023-12-03 14:54:51 +0200 |
---|---|---|
committer | Ella Väisänen <evaisane@local> | 2023-12-03 14:54:51 +0200 |
commit | 11ee6577a359862875936fd24b41d141b30ad0cf (patch) | |
tree | aa4badf9b776b0d6cb6352ba9bb1aa5be26bf364 /db | |
parent | 477410a6c033a0cbd8b07fae123a1e9386488ba6 (diff) |
Just cleaning up. Unused imports and commanted code.
Diffstat (limited to 'db')
-rw-r--r-- | db/db.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,6 +1,4 @@ -from flask import Flask from flask_sqlalchemy import SQLAlchemy -from sqlalchemy.sql import text from app import app |