Ruff
This commit is contained in:
parent
ff12a6450b
commit
cd62c9dc3f
|
@ -16,6 +16,7 @@ URL_ASSIGNMENTS = URL_API_ROOT + '/assignments'
|
||||||
URL_SUMMARY = URL_API_ROOT + '/summary'
|
URL_SUMMARY = URL_API_ROOT + '/summary'
|
||||||
URL_SUBJECTS = URL_API_ROOT + '/subjects/{subject_id}'
|
URL_SUBJECTS = URL_API_ROOT + '/subjects/{subject_id}'
|
||||||
|
|
||||||
|
|
||||||
def _setup_cache(session):
|
def _setup_cache(session):
|
||||||
requests_util.setup_limiter(
|
requests_util.setup_limiter(
|
||||||
session,
|
session,
|
||||||
|
@ -63,6 +64,7 @@ class WaniKaniLessonsFetcher(Scraper):
|
||||||
yield data_item
|
yield data_item
|
||||||
url = json_resp.get('pages', {}).get('next_url')
|
url = json_resp.get('pages', {}).get('next_url')
|
||||||
|
|
||||||
|
|
||||||
@dataclasses.dataclass(frozen=True)
|
@dataclasses.dataclass(frozen=True)
|
||||||
class WaniKaniSummaryFetcher(Scraper):
|
class WaniKaniSummaryFetcher(Scraper):
|
||||||
dataset_name: str = 'wanikani_summary'
|
dataset_name: str = 'wanikani_summary'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user