Skip to content

Commit 0d74cdc

Browse files
committed
Revert "fix(typegen): python type missing uuid import (#1027)"
This reverts commit 2c41dd9.
1 parent a514003 commit 0d74cdc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/server/templates/python.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export const apply = ({
3434
from __future__ import annotations
3535
3636
import datetime
37-
import uuid
3837
from typing import (
3938
Annotated,
4039
Any,

test/server/typegen.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6378,7 +6378,6 @@ test('typegen: python', async () => {
63786378
"from __future__ import annotations
63796379
63806380
import datetime
6381-
import uuid
63826381
from typing import (
63836382
Annotated,
63846383
Any,

0 commit comments

Comments
 (0)