Skip to content

Commit

Permalink
fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tasherif-msft committed Sep 4, 2020
1 parent 847ae15 commit 67f1d8e
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 160 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
from ._models import BlobType, BlobBlock, BlobProperties, BlobQueryError
from ._download import StorageStreamDownloader
from ._lease import BlobLeaseClient, get_access_conditions
from azure.core.exceptions import ResourceNotFoundError

if TYPE_CHECKING:
from datetime import datetime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
from .._lease import get_access_conditions
from ._lease_async import BlobLeaseClient
from ._download_async import StorageStreamDownloader
from azure.core.exceptions import ResourceNotFoundError


if TYPE_CHECKING:
from datetime import datetime
Expand Down

0 comments on commit 67f1d8e

Please sign in to comment.