From ed6c73064351bc371abfb85c2e11f6c53355249e Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Tue, 28 Jan 2025 23:12:40 +1100 Subject: [PATCH] c --- crates/polars-python/src/catalog/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();