Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
Signed-off-by: OJ Adeyemi <[email protected]>
  • Loading branch information
ojadeyemi committed Jun 13, 2024
1 parent 3726a90 commit e0bd884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""main app.py"""
from dotenv import load_dotenv
from config import DevelopmentConfig, ProductionConfig
from config import DevelopmentConfig
from usport_flask_app import create_app
from usport_flask_app.models import db
from data_pipeline import update_db
Expand Down

0 comments on commit e0bd884

Please sign in to comment.