Skip to content

Commit

Permalink
debugging why python 2.7 can't find azure data tables
Browse files Browse the repository at this point in the history
  • Loading branch information
seankane-msft committed Sep 1, 2020
1 parent dd64612 commit 2f6bf8b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sdk/tables/azure-data-tables/tests/_shared/testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
import time
from datetime import datetime, timedelta

from azure.data.tables._models import ResourceTypes, AccountSasPermissions
from azure.data.tables._table_shared_access_signature import generate_account_sas

try:
import unittest.mock as mock
except ImportError:
Expand All @@ -42,7 +39,7 @@
from io import StringIO

from azure.core.credentials import AccessToken
#from azure.data.tabless import generate_account_sas, AccountSasPermissions, ResourceTypes
from azure.data.tables import generate_account_sas, AccountSasPermissions, ResourceTypes
from azure.mgmt.storage.models import StorageAccount, Endpoints

try:
Expand Down

0 comments on commit 2f6bf8b

Please sign in to comment.