Skip to content

Commit 705b473

Browse files
dr-carlosvstinner
andauthored
Update formatting in import.c
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 2165cce commit 705b473

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python/import.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4421,8 +4421,7 @@ _imp_create_builtin(PyObject *module, PyObject *spec)
44214421
}
44224422

44234423
if (PyUnicode_GetLength(name) == 0) {
4424-
PyErr_Format(PyExc_ValueError,
4425-
"name must not be empty");
4424+
PyErr_Format(PyExc_ValueError, "name must not be empty");
44264425
Py_DECREF(name);
44274426
return NULL;
44284427
}

0 commit comments

Comments
 (0)