We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8151231 commit d452dc4Copy full SHA for d452dc4
azure_functions_worker/functions.py
@@ -6,7 +6,6 @@
6
import typing
7
8
from azure_functions_worker.utils.library_importer import Function
9
-
10
from . import bindings as bindings_utils
11
from . import protos
12
from ._thirdparty import typing_inspect
azure_functions_worker/loader.py
@@ -12,11 +12,10 @@
from os import PathLike, fspath
13
from typing import List, Optional, Dict
14
15
-from .utils.library_importer import Function, FunctionApp
16
17
from . import protos, functions
18
from .constants import MODULE_NOT_FOUND_TS_URL, SCRIPT_FILE_NAME, \
19
PYTHON_LANGUAGE_RUNTIME
+from .utils.library_importer import Function, FunctionApp
20
from .utils.wrappers import attach_message_to_exception
21
22
_AZURE_NAMESPACE = '__app__'
0 commit comments