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 Aug 23, 2024
1 parent 53a93a6 commit 8d23e8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pyflask/manageNeuroconv/manage_neuroconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,9 @@ def inspect_all(url, payload) -> dict:

header = nwbinspector._formatting._get_report_header()
header["NWBInspector_version"] = str(header["NWBInspector_version"])
json_report = dict(header=header, messages=messages, text="\n".join(nwbinspector.format_messages(messages=messages)))
json_report = dict(
header=header, messages=messages, text="\n".join(nwbinspector.format_messages(messages=messages))
)

return json.loads(json.dumps(obj=json_report, cls=nwbinspector.InspectorOutputJSONEncoder))

Expand Down

0 comments on commit 8d23e8f

Please sign in to comment.