Skip to content

Commit

Permalink
Merge pull request #102 from kurusugawa-computer/add-type-hint-create…
Browse files Browse the repository at this point in the history
…_tasks

_create_tasks関数に型ヒントを追加する #98関係
  • Loading branch information
seraphr committed Aug 2, 2022
2 parents 5f4b88e + eb020ac commit 5d21b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anno3d/kitti/scene_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _get_task_to_data_dict(

return result_dict

def _create_tasks(self, project_id: str, task_to_data_dict: Dict[TaskId, List[Tuple[DataId, FilePaths]]]):
def _create_tasks(self, project_id: str, task_to_data_dict: Dict[TaskId, List[Tuple[DataId, FilePaths]]]) -> None:
"""タスクを作成します。
Notes:
Expand Down

0 comments on commit 5d21b56

Please sign in to comment.