aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlddtree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lddtree.py b/lddtree.py
index 8a42627..8ccd855 100755
--- a/lddtree.py
+++ b/lddtree.py
@@ -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,