Skip to content

Commit

Permalink
chore: minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Selwyn-Smith <[email protected]>
  • Loading branch information
benmss committed Nov 8, 2024
1 parent 4d3de28 commit cab7bad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/macaron/slsa_analyzer/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@
extract_repo_and_commit_from_provenance,
)
from macaron.repo_finder.provenance_finder import ProvenanceFinder, find_provenance_from_ci
from macaron.repo_finder.repo_utils import get_git_service, prepare_repo
from macaron.repo_verifier.repo_verifier import verify_repo
from macaron.repo_finder.repo_finder import get_git_service, prepare_repo
from macaron.repo_finder.repo_utils import get_git_service
from macaron.slsa_analyzer import git_url
from macaron.slsa_analyzer.analyze_context import AnalyzeContext
from macaron.slsa_analyzer.asset import VirtualReleaseAsset
Expand Down

0 comments on commit cab7bad

Please sign in to comment.