Skip to content

Commit d9f9ef6

Browse files
committed
Fixed flake8 tests
1 parent ae24559 commit d9f9ef6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/unittests/test_rpc_messages.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import unittest
99

1010
from azure_functions_worker import protos, testutils
11-
from azure_functions_worker.utils.common import is_python_version
1211

1312

1413
class TestGRPC(testutils.AsyncTestCase):

tests/unittests/test_utilities_dependency.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
3+
import importlib.util
34
import os
45
import sys
5-
import importlib.util
66
import unittest
77
from unittest.mock import patch
88

99
from azure_functions_worker import testutils
10-
from azure_functions_worker.utils.common import is_python_version
1110
from azure_functions_worker.utils.dependency import DependencyManager
1211

1312

0 commit comments

Comments
 (0)