Skip to content

Commit

Permalink
Run formatter.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Jan 15, 2024
1 parent 56bd1dc commit 5110800
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yellowstone/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def process_all_jobs(self) -> None:

logger.info("No more jobs received, done")


def process_job(self, job: JobDict) -> None:
job_type = JobType(job["job_type"])
# TODO: remove concept of job_object?
Expand Down

0 comments on commit 5110800

Please sign in to comment.