Skip to content

Commit 6576bbc

Browse files
authored
Merge pull request #15 from annatisch/RestAPI-PR1923
Fixed conflicting import
2 parents ac5367d + 9bc7c68 commit 6576bbc

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

azure-batch/tests/test_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import azure.batch
1717
from azure.batch import models
18-
from preparers import (
18+
from batch_preparers import (
1919
AccountPreparer,
2020
PoolPreparer,
2121
JobPreparer

azure-mgmt-batch/tests/test_mgmt_batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import azure.mgmt.batch
1515
from azure.mgmt.batch import models
1616
from azure.common.exceptions import CloudError
17-
from preparers import KeyVaultPreparer, SimpleBatchPreparer
17+
from mgmt_batch_preparers import KeyVaultPreparer, SimpleBatchPreparer
1818

1919
from devtools_testutils import (
2020
AzureMgmtTestCase,

0 commit comments

Comments
 (0)