Skip to content

Commit c409c84

Browse files
committed
fix
1 parent 80d478a commit c409c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
from models_library.users import UserID
1414
from models_library.utils.enums import StrAutoEnum
1515
from pydantic import BaseModel, ConfigDict, Field
16-
from servicelib.celery.models import TaskID
1716

1817
from .projects import ProjectID
1918
from .utils.change_case import snake_to_camel
2019

20+
TaskID: TypeAlias = str
2121
FunctionID: TypeAlias = UUID
2222
FunctionJobID: TypeAlias = UUID
2323
FileID: TypeAlias = UUID

0 commit comments

Comments
 (0)