Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Feb 11, 2025
1 parent 696b210 commit db40ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/ai/backend/storage/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
from .volumes.dellemc import DellEMCOneFSVolume
from .volumes.gpfs import GPFSVolume
from .volumes.netapp import NetAppVolume
from .volumes.noop import NoopVolume
from .volumes.purestorage import FlashBladeVolume
from .volumes.vast import VASTVolume
from .volumes.vfs import BaseVolume
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from ai.backend.common.defs import DEFAULT_VFOLDER_PERMISSION_MODE, NOOP_STORAGE_BACKEND_TYPE
from ai.backend.common.types import BinarySize, HardwareMetadata, QuotaScopeID

from ..abc import AbstractFSOpModel, AbstractQuotaModel, AbstractVolume
from ..types import (
from ...types import (
CapacityUsage,
DirEntry,
FSPerfMetric,
Expand All @@ -15,6 +14,7 @@
TreeUsage,
VFolderID,
)
from ..abc import AbstractFSOpModel, AbstractQuotaModel, AbstractVolume


class NoopQuotaModel(AbstractQuotaModel):
Expand Down

0 comments on commit db40ac8

Please sign in to comment.