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`][]."""