accidental line deletion
This commit is contained in:
parent
0364d7c2da
commit
48f50da49a
|
@ -396,6 +396,7 @@ def main():
|
|||
skip = default_skip + ['pipdeptree']
|
||||
pkgs = pip.get_installed_distributions(local_only=args.local_only,
|
||||
skip=skip)
|
||||
|
||||
dist_index = build_dist_index(pkgs)
|
||||
tree = construct_tree(dist_index)
|
||||
|
||||
|
|
Loading…
Reference in New Issue