File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export const apply = ({
3434from __future__ import annotations
3535
3636import datetime
37+ import uuid
3738from typing import (
3839 Annotated,
3940 Any,
Original file line number Diff line number Diff line change @@ -6437,17 +6437,18 @@ test('typegen: python', async () => {
64376437 expect ( body ) . toMatchInlineSnapshot ( `
64386438 "from __future__ import annotations
64396439
6440- import datetime
6441- from typing import (
6442- Annotated,
6443- Any,
6444- List,
6445- Literal,
6446- NotRequired,
6447- Optional,
6448- TypeAlias,
6449- TypedDict,
6450- )
6440+ import datetime
6441+ import uuid
6442+ from typing import (
6443+ Annotated,
6444+ Any,
6445+ List,
6446+ Literal,
6447+ NotRequired,
6448+ Optional,
6449+ TypeAlias,
6450+ TypedDict,
6451+ )
64516452
64526453 from pydantic import BaseModel, Field, Json
64536454
You can’t perform that action at this time.
0 commit comments