Skip to content

Commit b55a82f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

machine_learning/linear_regression.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def collect_dataset():
3030
data.pop(0) # This is for removing the labels from the list
3131
dataset = np.matrix(data)
3232
return dataset
33-
33+
3434
except requests.exceptions.RequestException as e:
3535
print(f"Error fetching the dataset: {e}")
3636
return None
@@ -124,4 +124,4 @@ def main():
124124
doctest.testmod()
125125

126126

127-
127+

0 commit comments

Comments
 (0)