Skip to content

Commit c8610b0

Browse files
committed
rebase fix
1 parent 7bbbea2 commit c8610b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/viewer/re_view_spatial/tests/bgr_images.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use re_types::{
1313
Archetype as _, blueprint::components::BackgroundKind, datatypes::ColorModel,
1414
image::ImageChannelType,
1515
};
16-
use re_viewer_context::ViewClass as _;
16+
use re_viewer_context::{BlueprintContext as _, ViewClass as _};
1717
use re_viewport_blueprint::ViewBlueprint;
1818

1919
fn convert_pixels_to<T: From<u8> + Copy>(u8s: &[u8]) -> Vec<T> {

0 commit comments

Comments
 (0)