Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Jan 11, 2024
1 parent cf30fe2 commit c173a35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions process_pr.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from collections import defaultdict

from categories import (
CMSSW_L2,
CMSSW_L1,
Expand Down Expand Up @@ -874,7 +872,6 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F
if pr.base.ref == "master":
signing_categories.add("code-checks")
updateMilestone(repo, issue, pr, dryRun)
pass
chg_files = get_changed_files(repo, pr)
packages = sorted(
[x for x in set([cmssw_file2Package(repo_config, f) for f in chg_files])]
Expand Down

0 comments on commit c173a35

Please sign in to comment.