We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb6852 commit 10bb071Copy full SHA for 10bb071
1 file changed
cloudpathlib/local/implementations/gs.py
@@ -14,6 +14,9 @@ class LocalGSClient(LocalClient):
14
15
_cloud_meta = local_gs_implementation
16
17
+ def clear_metadata_cache(self):
18
+ pass
19
+
20
21
LocalGSClient.GSPath = LocalGSClient.CloudPath # type: ignore
22
0 commit comments