Skip to content

Commit

Permalink
refactor: fix type hint
Browse files Browse the repository at this point in the history
Signed-off-by: Eiko Wagenknecht <[email protected]>
  • Loading branch information
eikowagenknecht committed Oct 25, 2023
1 parent 35ca35b commit a8871a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lootscraper/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ async def refresh_all_games(session: Session, context: BrowserContext) -> None:
session.commit()

log("Gathering new information")
offer: Offer
for offer in all_offers:
# Use this to skip offers that have already been processed (e.g. when
# the script crashed).
Expand Down

0 comments on commit a8871a5

Please sign in to comment.