fix(typegen): python type missing uuid import #1887
Annotations
2 errors
|
Test
Process completed with exit code 1.
|
|
test/index.test.ts > typegen: python:
test/server/typegen.ts#L6377
Error: Snapshot `typegen: python 1` mismatched
- Expected
+ Received
@@ -1,8 +1,9 @@
"from __future__ import annotations
import datetime
+ import uuid
from typing import (
Annotated,
Any,
List,
Literal,
❯ test/server/typegen.ts:6377:16
|