Skip to content

Commit

Permalink
style: small format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Jun 7, 2024
1 parent d88f18b commit 91d9b9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cdf/core/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,9 +730,7 @@ def inject_configuration(
@cached_property
def filesystem(self) -> FilesystemAdapter:
"""Get a handle to the project's configured filesystem adapter"""
return get_filesystem_adapter(
self.fs_settings,
)
return get_filesystem_adapter(self.fs_settings)

@cached_property
def feature_flags(self) -> FeatureFlagAdapter:
Expand Down

0 comments on commit 91d9b9e

Please sign in to comment.