From da5c82bedea071dee748dc88af4863cc6e49cedf Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Wed, 14 Aug 2024 14:57:04 -0700 Subject: [PATCH] Fix linting --- cloudpathlib/local/localclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudpathlib/local/localclient.py b/cloudpathlib/local/localclient.py index d9a7ee1b..f6a4d5a5 100644 --- a/cloudpathlib/local/localclient.py +++ b/cloudpathlib/local/localclient.py @@ -51,7 +51,7 @@ def reset_default_storage_dir(cls) -> Path: cls._default_storage_temp_dir = None # Also reset storage on default client so it uses the new temp dir - cls.get_default_client()._local_storage_dir = cls.get_default_storage_dir() + cls.get_default_client()._local_storage_dir = cls.get_default_storage_dir() # type: ignore return cls.get_default_storage_dir()