Skip to content

Commit

Permalink
FINALLLY fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
BruDriguezz committed Aug 23, 2024
1 parent 59b6638 commit 8eb8f24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mainframe/endpoints/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def lookup_package_info(
)



def _deduplicate_packages(packages: list[PackageSpecifier], session: Session) -> set[tuple[str, str]]:
name_ver = {(p.name, p.version) for p in packages}
scalars = session.scalars(select(Scan).where(tuple_(Scan.name, Scan.version).in_(name_ver)))
Expand Down

0 comments on commit 8eb8f24

Please sign in to comment.