Skip to content

Commit d541527

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neural_network/artificial_neural_network.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ def predict(self, inputs: np.ndarray) -> np.ndarray:
200200
if __name__ == "__main__":
201201
import doctest
202202

203-
doctest.testmod()
203+
doctest.testmod()

0 commit comments

Comments
 (0)