mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-07 11:37:36 +08:00
fix(ci): Update pre-commit hooks and apply new black (#4359)
* fix(ci): Update pre-commit hooks and apply new black * remove empty docstring
This commit is contained in:
@ -88,7 +88,7 @@ def run_linear_regression(data_x, data_y):
|
||||
|
||||
|
||||
def main():
|
||||
""" Driver function """
|
||||
"""Driver function"""
|
||||
data = collect_dataset()
|
||||
|
||||
len_data = data.shape[0]
|
||||
|
Reference in New Issue
Block a user