Skip to content

Commit

Permalink
Trim imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Oct 26, 2023
1 parent b228c3e commit 88abd84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ai/backend/manager/scheduler/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
SlotTypes,
VFolderMount,
)
from ai.backend.manager.scheduler.utils import (
get_num_extras,
get_requested_architecture,
sort_requested_slots_by_priority,
)

from ..defs import DEFAULT_ROLE
from ..models import AgentRow, KernelRow, SessionRow, kernels, keypairs
from ..models.scaling_group import ScalingGroupOpts
from ..registry import AgentRegistry
from .utils import (
get_num_extras,
get_requested_architecture,
sort_requested_slots_by_priority,
)

log = BraceStyleAdapter(logging.getLogger("ai.backend.manager.scheduler"))

Expand Down

0 comments on commit 88abd84

Please sign in to comment.