Skip to content

Commit

Permalink
post-rebase shenaniganery
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 8, 2024
1 parent 9a6ce6c commit d314099
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/re_space_view_spatial/src/visualizers/points3d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ use crate::{
visualizers::{load_keypoint_connections, process_color_slice, UiLabel, UiLabelTarget},
};

use super::{
filter_visualizable_3d_entities, picking_id_from_instance_key, Keypoints,
SpatialViewVisualizerData,
};
use super::{filter_visualizable_3d_entities, Keypoints, SpatialViewVisualizerData};

pub struct Points3DVisualizer {
/// If the number of points in the batch is > max_labels, don't render point labels.
Expand Down

0 comments on commit d314099

Please sign in to comment.