Skip to content

Commit 4295e14

Browse files
committed
remove unused import
1 parent 53214d2 commit 4295e14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/store/re_data_loader/src/loader_urdf.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use std::{
66
use ahash::{HashMap, HashMapExt as _, HashSet, HashSetExt as _};
77
use anyhow::{Context as _, bail};
88
use itertools::Itertools as _;
9-
use re_log::warn;
109
use urdf_rs::{Geometry, Joint, Link, Material, Robot, Vec3, Vec4};
1110

1211
use re_chunk::{ChunkBuilder, ChunkId, EntityPath, RowId, TimePoint};

0 commit comments

Comments
 (0)