Skip to content

Commit

Permalink
Replace signature
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Sep 20, 2023
1 parent 934fa6f commit 55fc627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/job_queue/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _queue_state_event_type(state: str) -> str:
# pylint: disable=too-many-public-methods
class JobQueue(BaseCClass): # type: ignore
TYPE_NAME = "job_queue"
_alloc = ResPrototype("void* job_queue_alloc(void*)", bind=False)
_alloc = ResPrototype("void* job_queue_alloc(queue_driver)", bind=False)
_free = ResPrototype("void job_queue_free( job_queue )")
_add_job = ResPrototype("int job_queue_add_job_node(job_queue, job_queue_node)")

Check failure on line 94 in src/ert/job_queue/queue.py

View workflow job for this annotation

GitHub Actions / annotate-python-linting

line too long (84 > 79 characters)

Expand Down

0 comments on commit 55fc627

Please sign in to comment.