Skip to content

Commit 45b073e

Browse files
committed
Fix imports
1 parent 5420360 commit 45b073e

File tree

1 file changed

+1
-1
lines changed
  • src/dstack/_internal/server/services

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from functools import wraps
55
from typing import List, Literal, Optional, Tuple, TypeVar, Union, cast
66

7-
from sqlalchemy import and_, func, or_, select, update
7+
from sqlalchemy import and_, func, or_, select
88
from sqlalchemy.ext.asyncio import AsyncSession
99
from sqlalchemy.orm import joinedload, selectinload
1010

0 commit comments

Comments
 (0)