Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix aliases for direct nested imports
Previously `import a.b.c` was creating an alias with name `a` pointing to `a.b.c`. Now it creates an alias with name `a` pointing to `a`. We don't care about the nested attributes. Issue mkdocstrings/python#32: mkdocstrings/python#32
- Loading branch information