From c50f93732d3b0bf758de02feb8841a27e13cedf9 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Thu, 8 Oct 2020 13:55:16 -0700 Subject: [PATCH] pylint --- .../azure/storage/fileshare/_share_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py index 6fe62869eab0..0e0e6c981fc1 100644 --- a/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py +++ b/sdk/storage/azure-storage-file-share/azure/storage/fileshare/_share_client.py @@ -514,7 +514,7 @@ def set_share_quota(self, quota, **kwargs): return self._client.share.set_properties( # type: ignore timeout=timeout, quota=quota, - access_tier= None, + access_tier=None, lease_access_conditions=access_conditions, cls=return_response_headers, **kwargs)