Hani Sabsoob

Results 1 issues of Hani Sabsoob

`engine` is created using create_engine function in the same file (i.e., db.py). Therefore, uncommenting `from app.core.engine import engine` line is unnecessary and would result in `ModuleNotFoundError: No module named 'app.core.engine'`...

refactor