We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da043f0 commit 7c4e216Copy full SHA for 7c4e216
function_app.py
@@ -1,7 +1,7 @@
1
+import logging
2
import azure.functions as func
3
import spotbot as sb
4
import cleanup
-import logging
5
6
app = func.FunctionApp(http_auth_level=func.AuthLevel.FUNCTION)
7
0 commit comments