Version 2.6.2
Hotfix.
Fixed
--module-levelno longer drops modules that import nothing, along with every edge into them. A module with noimportstatements was never registered in the analyzed set, so it received no node — andprepare_graphthen discarded each dependency edge pointing at it, with no warning. Leaf modules (constants, small helpers, plain dataclass definitions) are exactly that shape, so a module dependency graph could omit real dependencies while looking perfectly clean. The call-graph mode was unaffected. (#138)