Skip to content

Commit

Permalink
Remove unusued import
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <lucadv@intrinsic.ai>
  • Loading branch information
luca-della-vedova committed Jun 14, 2024
1 parent 0e5e43b commit 4f78ab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rmf_site_format/src/camera_poses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use crate::{Anchor, Category, NameInSite, Pose, Rotation};
use bevy::prelude::{Bundle, Component};
use glam::{Affine3A, Quat, Vec3};
use serde::{Deserialize, Serialize};
use std::collections::HashMap;

#[derive(Serialize, Deserialize, Default, Debug, Clone, PartialEq)]
#[cfg_attr(feature = "bevy", derive(Bundle))]
Expand Down

0 comments on commit 4f78ab3

Please sign in to comment.