Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe75b62 commit 79e18ecCopy full SHA for 79e18ec
1 file changed
Modules/_statisticsmodule.c
@@ -144,7 +144,5 @@ static struct PyModuleDef statisticsmodule = {
144
PyMODINIT_FUNC
145
PyInit__statistics(void)
146
{
147
- PyObject *m = PyModule_Create(&statisticsmodule);
148
- if (!m) return NULL;
149
- return m;
+ return PyModule_Create(&statisticsmodule);
150
}
0 commit comments