Skip to content

Commit 42f07ea

Browse files
set final
1 parent 9a8e718 commit 42f07ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88

99
from pathlib import Path
10-
from typing import Annotated, TypeAlias
10+
from typing import Annotated, Final, TypeAlias
1111
from uuid import UUID
1212

1313
from models_library.basic_types import ConstrainedStr, KeyIDStr
@@ -45,7 +45,7 @@
4545
]
4646

4747

48-
_ANY_URL_ADAPTER: TypeAdapter[AnyUrl] = TypeAdapter(AnyUrl)
48+
_ANY_URL_ADAPTER: Final[TypeAdapter[AnyUrl]] = TypeAdapter(AnyUrl)
4949

5050

5151
class SimcoreS3DirectoryID(ConstrainedStr):

0 commit comments

Comments
 (0)