Skip to content

Commit

Permalink
partition: update from where we take _get_memory function
Browse files Browse the repository at this point in the history
  • Loading branch information
tazend committed Jan 17, 2025
1 parent 8817146 commit bc8929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyslurm/core/partition.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ from pyslurm.core.error import RPCError, verify_rpc
from pyslurm.utils.ctime import timestamp_to_date, _raw_time
from pyslurm.constants import UNLIMITED
from pyslurm.settings import LOCAL_CLUSTER
from pyslurm.core.slurmctld import _get_memory
from pyslurm.core.slurmctld.config import _get_memory
from pyslurm import xcollections
from pyslurm.utils.helpers import (
uid_to_name,
Expand Down

0 comments on commit bc8929b

Please sign in to comment.