Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akprasad committed Apr 2, 2023
1 parent 2001286 commit 946a188
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ambuda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ def create_app(config_env: str):
def get_locale():
return session.get("locale", config_spec.BABEL_DEFAULT_LOCALE)

babel.init_app(app)

login_manager = auth_manager.create_login_manager()
login_manager.init_app(app)

Expand Down

0 comments on commit 946a188

Please sign in to comment.