Skip to content

Commit cb4e8dd

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

maths/weddles_rule.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ def safe_function_eval(func_str: str) -> float:
5353
return lambda_func
5454

5555

56-
def compute_table(func: float, lower_limit: float, upper_limit: float, acc: int) -> tuple:
56+
def compute_table(
57+
func: float, lower_limit: float, upper_limit: float, acc: int
58+
) -> tuple:
5759
"""
5860
Compute the table of function values based on the limits and accuracy.
5961

0 commit comments

Comments
 (0)