Skip to content

Commit a4ebd3c

Browse files
committed
rebase conflict
1 parent 414706a commit a4ebd3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/viewer/re_view_spatial/src/contexts/transform_tree_context.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ use re_log_types::{EntityPath, EntityPathHash};
66
use re_tf::{TransformFrameId, TransformFrameIdHash, TreeTransform};
77
use re_types::components::ImagePlaneDistance;
88
use re_types::{ArchetypeName, archetypes, blueprint};
9-
use re_view::{DataResultQuery as _, latest_at_with_blueprint_resolved_data};
9+
use re_view::{
10+
DataResultQuery as _, HybridLatestAtResults, latest_at_with_blueprint_resolved_data,
11+
};
1012
use re_viewer_context::{
1113
IdentifiedViewSystem, TransformDatabaseStoreCache, ViewContext, ViewContextSystem,
1214
ViewContextSystemOncePerFrameResult, typed_fallback_for,

0 commit comments

Comments
 (0)