diff --git a/crates/polars-python/src/catalog/mod.rs b/crates/polars-python/src/catalog/mod.rs index 776ed223e5ac..e0316bc9d950 100644 --- a/crates/polars-python/src/catalog/mod.rs +++ b/crates/polars-python/src/catalog/mod.rs @@ -32,7 +32,7 @@ macro_rules! pydict_insert_keys { }; } -// Result dataclasses +// Result dataclasses. These are initialized from Python by calling [`PyCatalogClient::init_classes`]. static CATALOG_INFO_CLS: GILOnceCell> = GILOnceCell::new(); static SCHEMA_INFO_CLS: GILOnceCell> = GILOnceCell::new();