Skip to content

Commit

Permalink
lddtree: add some more typing info for mypy
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier@chromium.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
vapier committed Jan 2, 2024
1 parent 259a52c commit cb88e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lddtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def ParseELF(
if _first:
_all_libs = {}
ldpaths = ldpaths.copy()
ret = {
ret: Dict[str, Any] = {
"interp": None,
"path": path if display is None else display,
"realpath": path,
Expand Down

0 comments on commit cb88e6f

Please sign in to comment.