Skip to content

Commit

Permalink
fix pylint fr this time
Browse files Browse the repository at this point in the history
  • Loading branch information
martanman authored and ollibowers committed Aug 2, 2024
1 parent 05944c5 commit df6bb7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/data/scrapers/payload.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"""


from data.config import LIVE_YEAR

import requests
import json
import time

import requests
from data.config import LIVE_YEAR

URL = "https://api-ap-southeast-2.prod.courseloop.com/publisher/browsepage-academic-items?"
HEADERS = {
"content-type": "application/json",
Expand Down

0 comments on commit df6bb7e

Please sign in to comment.