Skip to content

Commit d452dc4

Browse files
committed
Organising imports
1 parent 8151231 commit d452dc4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

azure_functions_worker/functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import typing
77

88
from azure_functions_worker.utils.library_importer import Function
9-
109
from . import bindings as bindings_utils
1110
from . import protos
1211
from ._thirdparty import typing_inspect

azure_functions_worker/loader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@
1212
from os import PathLike, fspath
1313
from typing import List, Optional, Dict
1414

15-
from .utils.library_importer import Function, FunctionApp
16-
1715
from . import protos, functions
1816
from .constants import MODULE_NOT_FOUND_TS_URL, SCRIPT_FILE_NAME, \
1917
PYTHON_LANGUAGE_RUNTIME
18+
from .utils.library_importer import Function, FunctionApp
2019
from .utils.wrappers import attach_message_to_exception
2120

2221
_AZURE_NAMESPACE = '__app__'

0 commit comments

Comments
 (0)