Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Jan 13, 2024
1 parent 8d86e6d commit 3e29268
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yellowstone/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def process_job(self, job: JobDict) -> None:
job_type = JobType(job["job_type"])
match job_type:
case JobType.INDEX_SITE_PAGES:
raise NotImplemented
raise NotImplementedError
case JobType.INDEX_SITE_FORUMS:
raise NotImplemented
raise NotImplementedError
case JobType.INDEX_SITE_MEMBERS:
raise NotImplemented
raise NotImplementedError

0 comments on commit 3e29268

Please sign in to comment.