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