Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jan 25, 2024
1 parent 08507dd commit 907c520
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion crates/re_space_view/src/data_query_blueprint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use re_entity_db::{
use re_log_types::{
path::RuleEffect, DataRow, EntityPath, EntityPathFilter, EntityPathRule, RowId, StoreKind,
};
use re_types_core::{archetypes::Clear, components::InstanceKey, ComponentName};
use re_types_core::{archetypes::Clear, ComponentName};
use re_viewer_context::{
blueprint_timepoint_for_writes, DataQueryId, DataQueryResult, DataResult, DataResultHandle,
DataResultNode, DataResultTree, IndicatorMatchingEntities, PerVisualizer, PropertyOverrides,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use re_data_store::LatestAtQuery;
use re_query::{query_archetype, QueryError};
use re_types::{
archetypes::{self, TextDocument},
components, Archetype as _, ComponentNameSet,
components,
};
use re_viewer_context::{
IdentifiedViewSystem, SpaceViewSystemExecutionError, ViewContextCollection, ViewQuery,
Expand Down
3 changes: 1 addition & 2 deletions crates/re_viewer/src/ui/override_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ use re_data_ui::{is_component_visible_in_ui, item_ui, temporary_style_ui_for_com
use re_entity_db::InstancePath;
use re_log_types::{ComponentPath, DataCell, DataRow, RowId, StoreKind};
use re_query_cache::external::re_query::get_component_with_instances;
use re_types::components::{Color, Scalar};
use re_types_core::{components::InstanceKey, ComponentName, Loggable};
use re_types_core::{components::InstanceKey, ComponentName};
use re_viewer_context::{
blueprint_timepoint_for_writes, DataResult, SystemCommand, SystemCommandSender as _,
UiVerbosity, ViewerContext,
Expand Down
12 changes: 6 additions & 6 deletions crates/re_viewer/src/ui/selection_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ use re_data_ui::{image_meaning_for_entity, item_ui, DataUi};
use re_entity_db::{
ColorMapper, Colormap, EditableAutoValue, EntityPath, EntityProperties, VisibleHistory,
};
use re_log_types::{DataRow, EntityPathFilter, RowId, StoreKind};
use re_log_types::{DataRow, EntityPathFilter, RowId};
use re_space_view_time_series::TimeSeriesSpaceView;
use re_types::{
components::{Color, PinholeProjection, Transform3D},
components::{PinholeProjection, Transform3D},
tensor_data::TensorDataMeaning,
};
use re_types_core::{components::InstanceKey, Loggable};
use re_types_core::components::InstanceKey;
use re_ui::list_item::ListItem;
use re_ui::ReUi;
use re_ui::SyntaxHighlighting as _;
use re_viewer_context::{
auto_color, blueprint_timepoint_for_writes, gpu_bridge::colormap_dropdown_button_ui,
ContainerId, DataResult, HoverHighlight, Item, SpaceViewClass, SpaceViewClassIdentifier,
SpaceViewId, SystemCommand, SystemCommandSender as _, UiVerbosity, ViewerContext,
blueprint_timepoint_for_writes, gpu_bridge::colormap_dropdown_button_ui, ContainerId,
HoverHighlight, Item, SpaceViewClass, SpaceViewClassIdentifier, SpaceViewId, SystemCommand,
SystemCommandSender as _, UiVerbosity, ViewerContext,
};
use re_viewport::{
external::re_space_view::blueprint::components::QueryExpressions, icon_for_container_kind,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use ahash::HashMap;

use re_types::{Archetype, Component, ComponentNameSet};
use re_types::{Archetype, ComponentNameSet};

use crate::{
ApplicableEntities, IdentifiedViewSystem, SpaceViewSystemExecutionError, ViewContextCollection,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ use re_viewer::external::{
re_log_types::EntityPath,
re_query::query_archetype,
re_renderer,
re_types::{
self, components::InstanceKey, Archetype, ComponentName, ComponentNameSet, Loggable as _,
},
re_types::{self, components::InstanceKey, ComponentName, Loggable as _},
re_viewer_context::{
IdentifiedViewSystem, SpaceViewSystemExecutionError, ViewContextCollection, ViewQuery,
ViewSystemIdentifier, ViewerContext, VisualizerQueryInfo, VisualizerSystem,
Expand Down

0 comments on commit 907c520

Please sign in to comment.