Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
tasherif-msft committed Oct 8, 2020
1 parent bb6c1f7 commit c50f937
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c50f937

Please sign in to comment.