Skip to content

Commit bee220c

Browse files
committed
型修正
1 parent e0a803e commit bee220c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fastlabel/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4116,10 +4116,10 @@ def copy_project(self, project_id: str) -> None:
41164116
def update_project_metadata(
41174117
self,
41184118
project_id: str,
4119-
external_code_1: str | None,
4120-
external_code_2: str | None,
4121-
external_code_3: str | None,
4122-
) -> dict:
4119+
external_code_1: Optional[str],
4120+
external_code_2: Optional[str],
4121+
external_code_3: Optional[str],
4122+
) -> str:
41234123
"""
41244124
Update project metadata.
41254125

0 commit comments

Comments
 (0)