Skip to content

Commit

Permalink
remove if
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcDirven committed Mar 30, 2024
1 parent a31251e commit 226bc70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vrijopnaam_prices/_dynamic_pricing_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ async def parse_prices(html_futures: Iterable[asyncio.Future[str]]) -> DynamicPr
else:
raise RuntimeError('There was no table found with a title')

if prices:
dynamic_prices.add(prices)
dynamic_prices.add(prices)

return dynamic_prices

0 comments on commit 226bc70

Please sign in to comment.