We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5420360 commit 45b073eCopy full SHA for 45b073e
src/dstack/_internal/server/services/fleets.py
@@ -4,7 +4,7 @@
4
from functools import wraps
5
from typing import List, Literal, Optional, Tuple, TypeVar, Union, cast
6
7
-from sqlalchemy import and_, func, or_, select, update
+from sqlalchemy import and_, func, or_, select
8
from sqlalchemy.ext.asyncio import AsyncSession
9
from sqlalchemy.orm import joinedload, selectinload
10
0 commit comments