Skip to content

Commit

Permalink
removed variable not used in fetch_sections.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jag-nahl-airelogic committed Feb 19, 2025
1 parent 59fe527 commit 55ec613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contentful/qa-visualiser/src/fetch_sections.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def fetch_recommendation_chunks() -> dict[str, list[str]]:
data = response.json()

items = data.get("items", [])
total = data.get("total", 0)

if not items:
logger.info(f"No more items on page {page_number}. Stopping pagination.")
Expand Down

0 comments on commit 55ec613

Please sign in to comment.