We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8709ecb commit 1ce866fCopy full SHA for 1ce866f
codegraph/core.py
@@ -155,7 +155,6 @@ def get_imports_and_entities_lines( # noqa: C901
155
module_names_set = {os.path.basename(m).replace(".py", "") for m in modules_}
156
157
for path in code_objects:
158
- _base_folder = os.path.basename(os.path.dirname(path))
159
names_map[get_module_name(path)] = path
160
# for each module in list
161
if code_objects[path] and isinstance(code_objects[path][-1], Import):
0 commit comments