Job registry #196
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 16:13:07.682503+00:00
+++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-08-27 16:14:47.716866+00:00
@@ -205,6 +205,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 16:13:08.762677+00:00
+++ /home/runner/work/invenio-jobs/invenio-jobs/invenio_jobs/models.py 2024-08-27 16:14:52.662752+00:00
@@ -205,6 +205,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.
|