Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
forman committed Dec 18, 2024
1 parent 810b380 commit 7fb5a00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions xcube/core/store/fs/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ def add_storage_options_to_params_schema(
for the parameter "storage_options" to given *param_schema*.
"""
params_schema = copy.deepcopy(params_schema)
params_schema.properties[
STORAGE_OPTIONS_PARAM_NAME
] = cls.get_storage_options_schema()
params_schema.properties[STORAGE_OPTIONS_PARAM_NAME] = (
cls.get_storage_options_schema()
)
return params_schema

@classmethod
Expand Down
2 changes: 1 addition & 1 deletion xcube/core/store/fs/impl/geotiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(
fs: fsspec.AbstractFileSystem,
root: Optional[str],
data_id: str,
**open_params: dict[str, Any]
**open_params: dict[str, Any],
):
super().__init__(ds_id=data_id)
self._fs = fs
Expand Down

0 comments on commit 7fb5a00

Please sign in to comment.