Skip to content

Commit 10bb071

Browse files
committed
Added empty method to LocalClient to be compliant
1 parent 1cb6852 commit 10bb071

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • cloudpathlib/local/implementations

cloudpathlib/local/implementations/gs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ class LocalGSClient(LocalClient):
1414

1515
_cloud_meta = local_gs_implementation
1616

17+
def clear_metadata_cache(self):
18+
pass
19+
1720

1821
LocalGSClient.GSPath = LocalGSClient.CloudPath # type: ignore
1922

0 commit comments

Comments
 (0)