Skip to content

Commit 1b10e83

Browse files
committed
lints
1 parent cc16f97 commit 1b10e83

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

crates/viewer/re_viewer/src/web.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ impl WebHandle {
587587
let blueprint_query =
588588
re_chunk::LatestAtQuery::latest(re_viewer_context::blueprint_timeline());
589589

590-
// Can't use `app.blueprint_ctx(...)` here because of borrow issues.
590+
// Can't use `app.blueprint_ctx` here because of borrow issues.
591591
let ctx = AppBlueprintCtx {
592592
command_sender,
593593
current_blueprint: blueprint,

crates/viewer/re_viewer_context/src/time_control.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ impl TimeControl {
338338

339339
this
340340
}
341+
341342
/// Move the time forward (if playing), and perhaps pause if we've reached the end.
342343
///
343344
/// If `should_diff_state` is true, then the response also contains any changes in state

rerun_py/rerun_sdk/rerun/recording_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
from types import TracebackType
2020

2121
import numpy as np
22+
from rerun_bindings import ChunkBatcherConfig
2223

2324
from rerun import AsComponents, BlueprintLike, ComponentColumn, DescribedComponentBatch
2425
from rerun.memory import MemoryRecording
2526
from rerun.sinks import LogSinkLike
26-
from rerun_bindings import ChunkBatcherConfig
2727

2828
from ._send_columns import TimeColumnLike
2929

0 commit comments

Comments
 (0)