Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akprasad authored Apr 1, 2023
1 parent b6d8628 commit f91f1f5
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 f91f1f5

Please sign in to comment.