We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470a1d1 commit 256522fCopy full SHA for 256522f
1 file changed
code/app.py
@@ -1,7 +1,9 @@
1
from azure.monitor.opentelemetry import configure_azure_monitor
2
-from create_app import create_app
3
4
configure_azure_monitor()
+
5
+from create_app import create_app # noqa: E402
6
7
app = create_app()
8
9
if __name__ == "__main__":
0 commit comments