Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 265410a

Browse files
AutoPrFromHttpClientPythonAutoPrFromHttpClientPython
authored andcommitted
Regenerate for typespec-python (2026-05-11 09:56:35)
1 parent e868958 commit 265410a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/models

packages/typespec-python/tests/generated/azure/azure-client-generator-core-alternate-type/specs/azure/clientgenerator/core/alternatetype/models/_models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ class Geometry(_Model):
2020
:ivar type: Required.
2121
:vartype type: str
2222
:ivar coordinates: Required.
23-
:vartype coordinates: list[int]
23+
:vartype coordinates: list[float]
2424
"""
2525

2626
type: str = rest_field(visibility=["read", "create", "update", "delete", "query"])
2727
"""Required."""
28-
coordinates: list[int] = rest_field(visibility=["read", "create", "update", "delete", "query"])
28+
coordinates: list[float] = rest_field(visibility=["read", "create", "update", "delete", "query"])
2929
"""Required."""
3030

3131
@overload
3232
def __init__(
3333
self,
3434
*,
3535
type: str,
36-
coordinates: list[int],
36+
coordinates: list[float],
3737
) -> None: ...
3838

3939
@overload

0 commit comments

Comments
 (0)