Skip to content

Commit 7a6ac40

Browse files
committed
@pcrespov review: typing
1 parent 094f4bb commit 7a6ac40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
NodeIDStr: TypeAlias = UUIDStr
3838

3939
LocationID: TypeAlias = int
40-
LocationName = str
40+
LocationName: TypeAlias = str
4141

4242

4343
SimcoreS3FileID: TypeAlias = Annotated[

0 commit comments

Comments
 (0)