Skip to content

Commit a4161dc

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neural_network/artificial_neural_network.py

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def predict(self, inputs: np.ndarray) -> np.ndarray:
176176
"""
177177
return self.feedforward(inputs)
178178

179+
179180
if __name__ == "__main__":
180181
import doctest
181182

0 commit comments

Comments
 (0)