From f27dc7fdcc0febc711ab8a5f503bcb201ed40651 Mon Sep 17 00:00:00 2001 From: Clement Rey Date: Mon, 14 Oct 2024 10:57:05 +0200 Subject: [PATCH] pyi --- rerun_py/rerun_bindings/rerun_bindings.pyi | 3 --- 1 file changed, 3 deletions(-) diff --git a/rerun_py/rerun_bindings/rerun_bindings.pyi b/rerun_py/rerun_bindings/rerun_bindings.pyi index 9ebf12f9bdb4..11e1f61423e6 100644 --- a/rerun_py/rerun_bindings/rerun_bindings.pyi +++ b/rerun_py/rerun_bindings/rerun_bindings.pyi @@ -16,13 +16,10 @@ class IndexColumnSelector: class ComponentColumnDescriptor: """A column containing the component data.""" - def with_dictionary_encoding(self) -> ComponentColumnDescriptor: ... - class ComponentColumnSelector: """A selector for a component column.""" def __init__(self, entity_path: str, component: ComponentLike): ... - def with_dictionary_encoding(self) -> ComponentColumnSelector: ... class Schema: """The schema representing all columns in a [`Recording`][]."""