Skip to content

Commit

Permalink
[skip ci] Fix import of SkrubTableReportItem
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Jan 7, 2025
1 parent 0277edb commit f4552e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skore/src/skore/persistence/item/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
from contextlib import suppress
from typing import Any

import skrub_table_report_item as SkrubTableReportItem

from .cross_validation_item import CrossValidationItem
from .item import Item, ItemTypeError
from .item_repository import ItemRepository
Expand All @@ -17,7 +19,6 @@
from .polars_series_item import PolarsSeriesItem
from .primitive_item import PrimitiveItem
from .sklearn_base_estimator_item import SklearnBaseEstimatorItem
from .skrub_table_report_item import SkrubTableReportItem


def object_to_item(object: Any) -> Item:
Expand Down

0 comments on commit f4552e9

Please sign in to comment.