Skip to content

Commit

Permalink
- added TODO;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Aug 6, 2024
1 parent 43a1bcf commit f9ea6c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coverup/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def get_imports(n):
while names:
name = names.pop()
if imp := imap.get(name):
# TODO limit 'import' to names actually needed
imports.append(ast.unparse(imp[1]))
names -= imp[0]

Expand Down

0 comments on commit f9ea6c0

Please sign in to comment.