Skip to content

Commit

Permalink
Update _convert.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Jul 25, 2024
1 parent a2b91cd commit 97234e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/datatypes/_table/_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
import numpy as np
import pandas as pd

from skpro.datatypes._base import BaseConverter
from skpro.datatypes._convert_utils._convert import _extend_conversions
from skpro.datatypes._table._base import BaseConverter
from skpro.datatypes._table._registry import MTYPE_LIST_TABLE
from skpro.utils.validation._dependencies import _check_soft_dependencies

Expand Down

0 comments on commit 97234e9

Please sign in to comment.