[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
WandererFan
parent
c469601f95
commit
222a2520b1
@@ -38,7 +38,8 @@ std::string PropertyColumnWidthsPy::representation() const
|
||||
return {"<PropertyColumnWidths object>"};
|
||||
}
|
||||
|
||||
PyObject* PropertyColumnWidthsPy::PyMake(struct _typeobject*, PyObject*, PyObject*)// Python wrapper
|
||||
PyObject*
|
||||
PropertyColumnWidthsPy::PyMake(struct _typeobject*, PyObject*, PyObject*) // Python wrapper
|
||||
{
|
||||
// create a new instance of PropertyColumnWidthsPy and the Twin object
|
||||
return new PropertyColumnWidthsPy(new PropertyColumnWidths);
|
||||
|
||||
Reference in New Issue
Block a user