diff --git a/tabpfn_client/estimator.py b/tabpfn_client/estimator.py index d749039..1d83aac 100644 --- a/tabpfn_client/estimator.py +++ b/tabpfn_client/estimator.py @@ -488,4 +488,4 @@ def _check_paper_version(paper_version, X): raise ValueError( """X must be numerical to use the paper version of the model. Preprocess your data or use `paper_version=False`.""" - ) \ No newline at end of file + )