Skip to content

Commit d4907cc

Browse files
committed
[Fix]Fix Cycle Inheritance Hierarchy
#539
1 parent 3a10a66 commit d4907cc

File tree

1 file changed

+0
-2
lines changed
  • azure-storage-common/azure/storage/common

1 file changed

+0
-2
lines changed

azure-storage-common/azure/storage/common/_auth.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ def _add_authorization_header(self, request, string_to_sign):
7474
# Doing so will clarify/locate the source of problem
7575
raise _wrap_exception(ex, AzureSigningError)
7676

77-
78-
class _StorageSharedKeyAuthentication(_StorageSharedKeyAuthentication):
7977
def sign_request(self, request):
8078
string_to_sign = \
8179
self._get_verb(request) + \

0 commit comments

Comments
 (0)