Skip to content

Commit

Permalink
Fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Jun 19, 2024
1 parent 188fc4b commit 380542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isacc_messaging/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import os
from werkzeug.middleware.proxy_fix import ProxyFix

from fhir_migrations import commands as migration_commands
from isacc_messaging.api import views
from isacc_messaging.audit import audit_entry, audit_log_init
from isacc_messaging.extensions import oauth
from fhir_migrations import commands as migration_commands

def create_app(testing=False, cli=False):
"""Application factory, used to create application
Expand Down

0 comments on commit 380542b

Please sign in to comment.