Skip to content

Commit 1d46f38

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

machine_learning/linear_regression_vectorized.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ def main() -> None:
115115
import doctest
116116

117117
doctest.testmod() # runs all doctests
118-
main() # runs main function
118+
main() # runs main function

0 commit comments

Comments
 (0)