Skip to content

Commit bc8929b

Browse files
committed
partition: update from where we take _get_memory function
1 parent 8817146 commit bc8929b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyslurm/core/partition.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ from pyslurm.core.error import RPCError, verify_rpc
3131
from pyslurm.utils.ctime import timestamp_to_date, _raw_time
3232
from pyslurm.constants import UNLIMITED
3333
from pyslurm.settings import LOCAL_CLUSTER
34-
from pyslurm.core.slurmctld import _get_memory
34+
from pyslurm.core.slurmctld.config import _get_memory
3535
from pyslurm import xcollections
3636
from pyslurm.utils.helpers import (
3737
uid_to_name,

0 commit comments

Comments
 (0)