We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1872f commit dbcaa32Copy full SHA for dbcaa32
1 file changed
azure-devops/azext_devops/tests/utils/authentication.py
@@ -6,10 +6,10 @@
6
7
try:
8
# Attempt to load mock (works on Python 3.3 and above)
9
- from unittest.mock import patch, MagicMock
+ from unittest.mock import patch
10
except ImportError:
11
# Attempt to load mock (works on Python version below 3.3)
12
- from mock import patch, MagicMock
+ from mock import patch
13
from .helper import UNIT_TEST_PAT_TOKEN
14
15
class AuthenticatedTests(unittest.TestCase):
0 commit comments