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] authored and franzpoeschel committed Aug 16, 2024
1 parent c5d9b8b commit e1c6fd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/binding/python/CustomHierarchy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ void init_CustomHierarchy(py::module &m)
CustomHierarchy,
ConversibleContainer<CustomHierarchy>,
Container<CustomHierarchy>,
Attributable>
custom_hierarchy(m, "CustomHierarchy");
Attributable> custom_hierarchy(m, "CustomHierarchy");

finalize_container<PyCustomHierarchyContainer>(py_ch_cont);
}

0 comments on commit e1c6fd1

Please sign in to comment.