mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 10:28:39 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
2952ae8ac1
commit
d7437a22b6
@ -2,7 +2,6 @@ from math import fabs
|
|||||||
|
|
||||||
|
|
||||||
def split_list(timings: list) -> tuple:
|
def split_list(timings: list) -> tuple:
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
this is a case of the partition problem.
|
this is a case of the partition problem.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user