Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2024
1 parent a5eaeec commit dbb8205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyflask/manageNeuroconv/manage_neuroconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,7 @@ def get_interface_alignment(info: dict) -> dict:
errors=errors,
)


def create_file(
info: dict,
log_url: Optional[str] = None,
Expand Down Expand Up @@ -932,7 +933,6 @@ def update_backend_configuration(info: dict) -> dict:
backend = info_from_frontend.get("backend", "hdf5")
backend_configuration_from_frontend = info_from_frontend.get("results", {}).get(backend, {})


converter, metadata, __ = get_conversion_info(info)

nwbfile = make_nwbfile_from_metadata(metadata=metadata)
Expand Down

0 comments on commit dbb8205

Please sign in to comment.