Commit 71ae4af8 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix error msg

parent db758f17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,5 +34,5 @@ logger = logging.getLogger(__name__)
class IndiceSplitter:

  def __init__(self, valid_indices=None, test_indices=None):
    raise ImportError("IndiceSplitter was renamed to SpecifiedSplitter.\n",
                      "Please use SpecifiedSplitter instead of IndiceSplitter")
    raise ImportError("IndiceSplitter was renamed to SpecifiedSplitter.\n"
                      "Please use SpecifiedSplitter instead of IndiceSplitter.")