Job registry #195
Annotations
4 errors
Tests / Tests (3.9, postgresql14, opensearch2):
invenio_jobs/models.py#L1
Black format check
--- /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-08-27 09:29:20.097935+00:00
+++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-08-27 09:30:57.817171+00:00
@@ -211,6 +211,5 @@
@classmethod
def get(cls, id_):
"""Get registered task by id."""
return cls(current_jobs.registry.get(id_))
-
|
Tests / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Tests / Tests (3.12, postgresql14, opensearch2):
invenio_jobs/models.py#L1
Black format check
--- /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-08-27 09:29:17.940320+00:00
+++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-08-27 09:30:57.228889+00:00
@@ -211,6 +211,5 @@
@classmethod
def get(cls, id_):
"""Get registered task by id."""
return cls(current_jobs.registry.get(id_))
-
|
Tests / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|