Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 13, 2024
1 parent 853dc26 commit a36a857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/parameters/vendors/hesai/common.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Hesai-Specific Parameters
# Hesai-Specific Parameters
4 changes: 1 addition & 3 deletions mkdocs_macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ def extract_parameter_info(
params.append(param)
else: # if the object is namespace, then dive deeper in to json value
params.extend(
extract_parameter_info(
v["properties"], k + ".", file_directory, include_refs
)
extract_parameter_info(v["properties"], k + ".", file_directory, include_refs)
)
return params

Expand Down

0 comments on commit a36a857

Please sign in to comment.