Skip to content

Commit 6d5f366

Browse files
committed
Add TODO
1 parent 69c14ad commit 6d5f366

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dstack/_internal/server/services/projects.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,9 @@ async def list_project_models(
422422
return list(res.scalars().all())
423423

424424

425+
# TODO: Do not load ProjectModel.backends and ProjectModel.members by default when getting project
426+
427+
425428
async def get_project_model_by_name(
426429
session: AsyncSession, project_name: str, ignore_case: bool = True
427430
) -> Optional[ProjectModel]:

0 commit comments

Comments
 (0)