Skip to content

Commit c50761e

Browse files
authored
fix the python module link (#27)
2 parents 1fcac2f + 8064cba commit c50761e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: oxford_spires_utils/trajectory/json_handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44

55
import numpy as np
6-
from nerf_data_pipeline.pose.json_handler_submap_utils import get_xyz, save_submap_cluster, viz_submap_cluster
6+
from oxford_spires_utils.trajectory.json_handler_submap_utils import get_xyz, save_submap_cluster, viz_submap_cluster
77

88

99
class JsonHandler:

0 commit comments

Comments
 (0)