Skip to content

Commit c50799d

Browse files
committed
Fix lint errors
1 parent 89816ed commit c50799d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

convex_api/models.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
from typing import Any, Union
1+
from typing import (
2+
Any,
3+
Union
4+
)
25

36
from pydantic import (
47
BaseModel,

0 commit comments

Comments
 (0)