Skip to content

Commit f199e95

Browse files
UPD: remove indent
1 parent 5fca040 commit f199e95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mapie/utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,8 +1403,8 @@ def check_n_samples(
14031403
)
14041404
elif isinstance(n_samples, int) and n_samples <= 0:
14051405
raise ValueError(
1406-
"Invalid n_samples. Allowed values "
1407-
"are float in the range (0.0, 1.0) or"
1408-
" int in the range [1, inf)"
1409-
)
1406+
"Invalid n_samples. Allowed values "
1407+
"are float in the range (0.0, 1.0) or"
1408+
" int in the range [1, inf)"
1409+
)
14101410
return int(n_samples)

0 commit comments

Comments
 (0)