Open
Description
According to the docstring the level of a relative import is 0 for absolute imports.
However, in practise it is actually None
.
See:
astroid/astroid/nodes/node_classes.py
Lines 2840 to 2846 in 1368be1
I would suggest that the TODO is removed and that the docstring is ajusted accordingly.
python -c "from astroid import __pkginfo__; print(__pkginfo__.version)"
output
3.2.4
Metadata
Metadata
Assignees
Labels
No labels