Currently, names are reported as `""` in the following case: ``` python # Importing the foo.bar module/subpackage from foo from . import bar ```
Currently, names are reported as
""in the following case: