diff --git a/server/app.py b/server/app.py index 7a1c958..f1cfa21 100644 --- a/server/app.py +++ b/server/app.py @@ -42,7 +42,9 @@ from markupsafe import Markup from pony.flask import Pony from pony import orm -from entertainment_decider import common +from entertainment_decider import ( + common, +) from entertainment_decider.models import ( MediaCollection, MediaCollectionLink,