Skip to content

Commit

Permalink
Fixed conflicting import
Browse files Browse the repository at this point in the history
  • Loading branch information
annatisch committed Nov 10, 2017
1 parent feec58b commit 9bc7c68
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion azure-batch/tests/test_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

import azure.batch
from azure.batch import models
from preparers import (
from batch_preparers import (
AccountPreparer,
PoolPreparer,
JobPreparer
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion azure-mgmt-batch/tests/test_mgmt_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import azure.mgmt.batch
from azure.mgmt.batch import models
from azure.common.exceptions import CloudError
from preparers import KeyVaultPreparer, SimpleBatchPreparer
from mgmt_batch_preparers import KeyVaultPreparer, SimpleBatchPreparer

from devtools_testutils import (
AzureMgmtTestCase,
Expand Down

0 comments on commit 9bc7c68

Please sign in to comment.