Skip to content

Commit c184f5d

Browse files
committed
revert recording_stream.py
1 parent bd286d2 commit c184f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rerun_py/rerun_sdk/rerun/recording_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import uuid
88
from typing import TYPE_CHECKING, Any, Callable, TypeVar, overload
99

10+
from rerun_bindings import ChunkBatcherConfig # noqa: TC002
1011
from typing_extensions import deprecated
1112

1213
import rerun as rr
@@ -19,7 +20,6 @@
1920
from types import TracebackType
2021

2122
import numpy as np
22-
from rerun_bindings import ChunkBatcherConfig
2323

2424
from rerun import AsComponents, BlueprintLike, ComponentColumn, DescribedComponentBatch
2525
from rerun.memory import MemoryRecording

0 commit comments

Comments
 (0)