Skip to content

Commit 3c2c3a3

Browse files
committed
style(python): apply ruff fixes
1 parent 2ec05fa commit 3c2c3a3

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

sdk/python/src/dstack_sdk/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
from .dstack_client import AsyncDstackClient
66
from .dstack_client import AsyncTappdClient
7+
from .dstack_client import AttestGpuResponse
78
from .dstack_client import AttestResponse
89
from .dstack_client import DstackClient
910
from .dstack_client import EventLog
1011
from .dstack_client import GetKeyResponse
1112
from .dstack_client import GetQuoteResponse
1213
from .dstack_client import GetTlsKeyResponse
13-
from .dstack_client import AttestGpuResponse
14-
from .dstack_client import GpuInfoResponse
1514
from .dstack_client import GpuEvidenceBundle
15+
from .dstack_client import GpuInfoResponse
1616
from .dstack_client import InfoResponse
1717
from .dstack_client import SignResponse
1818
from .dstack_client import TappdClient

sdk/python/src/dstack_sdk/dstack_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ class GpuEvidenceBundle(BaseModel):
171171

172172
class AttestGpuResponse(BaseModel):
173173
"""Result of fresh, on-demand GPU evidence collection."""
174+
174175
bundles: list[GpuEvidenceBundle]
175176

176177

0 commit comments

Comments
 (0)