Skip to content

Commit 18a7c65

Browse files
committed
Remove cpdef signature.
1 parent 429749f commit 18a7c65

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyslurm/pyslurm.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5563,9 +5563,6 @@ cdef class slurmdb_jobs:
55635563
:returns: Dictionary whose key is the JOBS ID
55645564
:rtype: `dict`
55655565
"""
5566-
return self.__get(jobids, starttime, endtime)
5567-
5568-
cpdef __get(self, list jobids, time_t starttime, time_t endtime):
55695566
cdef:
55705567
int i = 0
55715568
int listNum = 0

0 commit comments

Comments
 (0)