Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Jan 28, 2025
1 parent 38bf0cb commit ed6c730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-python/src/catalog/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Py<PyAny>> = GILOnceCell::new();
static SCHEMA_INFO_CLS: GILOnceCell<Py<PyAny>> = GILOnceCell::new();
Expand Down

0 comments on commit ed6c730

Please sign in to comment.