Skip to content

Commit 4b17e66

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

machine_learning/mini_batch_gradient_descent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ def mini_batch_gradient_descent(
6969
if __name__ == "__main__":
7070
import doctest
7171

72-
doctest.testmod()
72+
doctest.testmod()

0 commit comments

Comments
 (0)