Skip to content

Commit 9ac96c3

Browse files
authored
Merge pull request #14 from tamram/tamram-0709
fix using statements
2 parents 07e737c + 6ee5db7 commit 9ac96c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

BlobStorage/Advanced.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616

1717
namespace BlobStorage
1818
{
19-
using Microsoft.Azure;
20-
using Microsoft.Azure.Storage;
21-
using Microsoft.Azure.Storage.Blob;
22-
using Microsoft.Azure.Storage.RetryPolicies;
23-
using Microsoft.Azure.Storage.Shared.Protocol;
2419
using System;
2520
using System.Collections.Generic;
2621
using System.IO;
@@ -31,7 +26,6 @@ namespace BlobStorage
3126
using System.Threading.Tasks;
3227
using Microsoft.Azure;
3328
using Microsoft.Azure.Storage;
34-
using Microsoft.Azure.Storage.Auth;
3529
using Microsoft.Azure.Storage.Blob;
3630
using Microsoft.Azure.Storage.RetryPolicies;
3731
using Microsoft.Azure.Storage.Shared.Protocol;

0 commit comments

Comments
 (0)