Skip to content

Commit 30c6493

Browse files
Prerak SinghPrerak Singh
authored andcommitted
bug fix
1 parent 5a9240c commit 30c6493

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pydatastructs/utils/_backend/cpp/nodes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ static struct PyModuleDef nodes_struct = {
1111
};
1212

1313
PyMODINIT_FUNC PyInit__nodes(void) {
14-
Py_Initialize();
1514
PyObject *nodes = PyModule_Create(&nodes_struct);
1615

1716
if (PyType_Ready(&NodeType) < 0) {

0 commit comments

Comments
 (0)