Skip to content

Commit

Permalink
pylint whining
Browse files Browse the repository at this point in the history
  • Loading branch information
dangunter committed Dec 2, 2024
1 parent 4a6b31c commit 158374c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/commands/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def print_build_info():
):
print(f"\n{name} aliases:")
rmap = defaultdict(list)
{rmap[v].append(k) for k, v in data.items()}
_ = {rmap[v].append(k) for k, v in data.items()}
w = max((len(name) for name in rmap))
name_fmt = f"{{name:>{w}s}}"
for name in sorted(rmap.keys()):
Expand Down

0 comments on commit 158374c

Please sign in to comment.