Skip to content

Commit 9764c33

Browse files
thinky-gardener[bot]joschu
authored andcommitted
[public] Extra typing for public/tinker-python/src/tinker_public/types/save_weights_for_sampler_response.py (#8008)
1 parent 1655075 commit 9764c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tinker_public/types/save_weights_for_sampler_response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
from .._models import BaseModel
77

8-
__all__ = ["SaveWeightsForSamplerResponse"]
8+
__all__: list[str] = ["SaveWeightsForSamplerResponse"]
99

1010

1111
class SaveWeightsForSamplerResponse(BaseModel):
1212
path: str
1313
"""A tinker URI for model weights for sampling at a specific step"""
1414

15-
type: Optional[Literal["save_weights_for_sampler"]] = None
15+
type: Optional[Literal["save_weights_for_sampler"]] = None

0 commit comments

Comments
 (0)