Skip to content

Commit

Permalink
style(maintenance_scripts: find_aur_pkgs_with_double_requirements): v…
Browse files Browse the repository at this point in the history
…ulture
  • Loading branch information
actionless committed May 20, 2024
1 parent 609d2e3 commit d9f4817
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
pickle.dump(aur_pkgs, fobj)

print("Filtering...\n")
all_repo_pkgnames = PackageDB.get_repo_pkgnames()
all_aur_pkgnames = [pkg.name for pkg in aur_pkgs]
all_local_pkgs = PackageDB.get_local_dict()
matching_packages: dict[str, list[VersionMatcher]] = {}
Expand Down

0 comments on commit d9f4817

Please sign in to comment.