Skip to content

Commit

Permalink
Fix __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp committed Sep 27, 2021
1 parent 07254e9 commit ebbfa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/azure-sdk-tools/devtools_testutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .mgmt_testcase import AzureMgmtTestCase, AzureMgmtPreparer
from .azure_recorded_testcase import add_sanitizer, AzureRecordedTestCase
from .azure_recorded_testcase import AzureRecordedTestCase
from .azure_testcase import AzureTestCase, is_live, get_region_override
from .resource_testcase import (
FakeResource,
Expand Down

0 comments on commit ebbfa19

Please sign in to comment.