We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3caaf commit ba6ae00Copy full SHA for ba6ae00
d8s_python/python_data.py
@@ -370,7 +370,7 @@ def _get_importfrom_module_name(node: ImportFrom) -> str:
370
The module name on the ast.ImportFrom node can be None for relative imports
371
In this case, this function will return the name as the dots from the import statement.
372
A few examples:
373
- "from requests import get" -> "get"
+ "from requests import get" -> "requests"
374
"from . import *" -> "."
375
"from .. import *" -> ".."
376
"from .foo import bar" -> "foo"
0 commit comments