Skip to content

Commit 1ce866f

Browse files
committed
fix linting
1 parent 8709ecb commit 1ce866f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codegraph/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def get_imports_and_entities_lines( # noqa: C901
155155
module_names_set = {os.path.basename(m).replace(".py", "") for m in modules_}
156156

157157
for path in code_objects:
158-
_base_folder = os.path.basename(os.path.dirname(path))
159158
names_map[get_module_name(path)] = path
160159
# for each module in list
161160
if code_objects[path] and isinstance(code_objects[path][-1], Import):

0 commit comments

Comments
 (0)