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 Apr 3, 2024
1 parent 2a72aad commit bc2a002
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyflask/manageNeuroconv/manage_neuroconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,12 +427,11 @@ def get_metadata_schema(source_data: Dict[str, dict], interfaces: dict) -> Dict[
}

schema["properties"]["Ecephys"]["required"].append("UnitColumns")

ecephys_properties["Units"] = {"type": "object", "properties": {}, "required": []}
metadata["Ecephys"]["Units"] = {}
schema["properties"]["Ecephys"]["required"].append("Units")


def on_sorting_interface(name, sorting_interface):

unit_columns = get_unit_columns_json(sorting_interface)
Expand Down

0 comments on commit bc2a002

Please sign in to comment.