Skip to content

Commit fbb2495

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
fixup! Format Python code with psf/black push
1 parent 72a5dfa commit fbb2495

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

linear_algebra/src/test_linear_algebra.py

+1-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@
88
"""
99
import unittest
1010

11-
from lib import (
12-
Matrix,
13-
Vector,
14-
axpy,
15-
squareZeroMatrix,
16-
unitBasisVector,
17-
zeroVector,
18-
)
11+
from lib import Matrix, Vector, axpy, squareZeroMatrix, unitBasisVector, zeroVector
1912

2013

2114
class Test(unittest.TestCase):

machine_learning/logistic_regression.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
# get_ipython().run_line_magic('matplotlib', 'inline')
2222

2323

24-
2524
# In[67]:
2625

2726
# sigmoid function or logistic function is used as a hypothesis function in

0 commit comments

Comments
 (0)