Improve: use Any type hint for time_func return type #17831
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W293):
maths/fibonacci.py#L31
maths/fibonacci.py:31:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (I001):
maths/fibonacci.py#L17
maths/fibonacci.py:17:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|