Skip to content

Commit

Permalink
Overwrite correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuwd committed Dec 16, 2024
1 parent 9386592 commit 2aeec6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def getJobJDL( # type: ignore[override]
info = (await self.conn.execute(stmt)).scalar_one()
return {"JDL": jdl, "Info": info}

async def setJobAttributesBulk(self, job_id, jobData):
async def setJobAttributesBulk(self, jobData):
"""
This method modified the one in the parent class,
without changing the argument nor the return type
Expand Down

0 comments on commit 2aeec6a

Please sign in to comment.