Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Feb 25, 2021
1 parent 63bd0d4 commit e76ff83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anno3d/file_paths_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def load_scene_file_paths(scene_path: Path) -> List[FilePaths]:
file = scene_path / Defaults.scene_meta_file

scene_dir = file.parent
# TODO: protected memberを呼び出している
scene = Scene.decode_path(file) if file.is_file() else SceneUploader.default_scene(scene_path)

def scene_to_paths(frame_id: str) -> FilePaths:
Expand Down

0 comments on commit e76ff83

Please sign in to comment.