Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Aug 14, 2024
1 parent c5808be commit da5c82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudpathlib/local/localclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit da5c82b

Please sign in to comment.