Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
fraimondo committed Sep 26, 2024
1 parent d2cfd0d commit cfb4936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions julearn/model_selection/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@


def check_cv(
cv: CVLike, classifier: bool = False, include_final_model: bool = False
) -> CVLike:
cv: "CVLike", classifier: bool = False, include_final_model: bool = False
) -> "CVLike":
"""Check the CV instance and return the proper CV for julearn.
Parameters
Expand Down

0 comments on commit cfb4936

Please sign in to comment.