We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89816ed commit c50799dCopy full SHA for c50799d
convex_api/models.py
@@ -1,4 +1,7 @@
1
-from typing import Any, Union
+from typing import (
2
+ Any,
3
+ Union
4
+)
5
6
from pydantic import (
7
BaseModel,
0 commit comments