Skip to content

Commit 8429db6

Browse files
author
Pablo Osorio Lopez
committed
Fix whitespace
1 parent 978375f commit 8429db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/linear_discriminant_analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def accuracy(actual_y: list, predicted_y: list) -> float:
250250

251251

252252
def valid_input(
253-
input_type: Callable[[object], num], # Usually float or int
253+
input_type: Callable[[object], num], # Usually float or int
254254
input_msg: str,
255255
err_msg: str,
256256
condition: Callable[[num], bool] = lambda x: True,

0 commit comments

Comments
 (0)