Skip to content

Commit

Permalink
Added empty method to LocalClient to be compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilthans committed Oct 12, 2022
1 parent 1cb6852 commit 10bb071
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudpathlib/local/implementations/gs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ class LocalGSClient(LocalClient):

_cloud_meta = local_gs_implementation

def clear_metadata_cache(self):
pass


LocalGSClient.GSPath = LocalGSClient.CloudPath # type: ignore

Expand Down

0 comments on commit 10bb071

Please sign in to comment.