Skip to content

Commit c5a58c3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 66faa35 commit c5a58c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

machine_learning/losses/mean_squared_error.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def mean_squared_error(y_true: np.ndarray, y_pred: np.ndarray) -> float:
2626

2727
return mse
2828

29+
2930
if __name__ == "__main__":
3031
import doctest
3132

0 commit comments

Comments
 (0)