Skip to content

Commit ac16ade

Browse files
authored
Update resource_testcase.py (Azure#41503)
1 parent ae9386a commit ac16ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/azure-sdk-tools/devtools_testutils/resource_testcase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import logging
1111

1212
try:
13-
from azure.mgmt.resource import ResourceManagementClient
13+
from azure.mgmt.resource.resources import ResourceManagementClient
1414
except ImportError:
1515
pass
1616

0 commit comments

Comments
 (0)