Skip to content

Commit fa9e7f1

Browse files
abey79emilk
authored andcommitted
Fix CI errors (#9810)
Fixes ci error introduced by: * #9804
1 parent d0dc1c5 commit fa9e7f1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

examples/python/notebook/set_application_blueprint.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,8 @@
4343
"\n",
4444
"os.environ[\"RERUN_NOTEBOOK_ASSET\"] = \"inline\"\n",
4545
"\n",
46-
"import numpy as np\n",
47-
"import pandas as pd\n",
48-
"import pyarrow as pa\n",
4946
"import rerun as rr\n",
50-
"import rerun.blueprint as rrb\n",
51-
"from rerun.notebook import Viewer"
47+
"import rerun.blueprint as rrb"
5248
]
5349
},
5450
{

rerun_py/rerun_bindings/rerun_bindings.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def set_callback_sink_blueprint(
757757
callback: Callable[[bytes], Any],
758758
make_active: bool,
759759
make_default: bool,
760-
blueprint_stream: Optional[PyRecordingStream] = None,
760+
blueprint_stream: Optional[PyRecordingStream],
761761
) -> None:
762762
"""Set callback sink for blueprint."""
763763

0 commit comments

Comments
 (0)