Skip to content

Commit

Permalink
Adds metrics scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ameteiko committed Nov 30, 2023
1 parent 8adba28 commit f90dcb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/spm.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ def normalise(args):

repo = Repo(args.repo_path)
dependencies = fetch_deps(args.repo_path, args.skip)
[print(d, dependencies[d]) for d in dependencies]
grouped_dependencies = group_deps(dependencies, args.go_module)

out_file = open(args.out, "w")
Expand Down

0 comments on commit f90dcb4

Please sign in to comment.