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 ae24559 commit d9f9ef6Copy full SHA for d9f9ef6
tests/unittests/test_rpc_messages.py
@@ -8,7 +8,6 @@
8
import unittest
9
10
from azure_functions_worker import protos, testutils
11
-from azure_functions_worker.utils.common import is_python_version
12
13
14
class TestGRPC(testutils.AsyncTestCase):
tests/unittests/test_utilities_dependency.py
@@ -1,13 +1,12 @@
1
# Copyright (c) Microsoft Corporation. All rights reserved.
2
# Licensed under the MIT License.
3
+import importlib.util
4
import os
5
import sys
-import importlib.util
6
7
from unittest.mock import patch
from azure_functions_worker import testutils
from azure_functions_worker.utils.dependency import DependencyManager
0 commit comments