Update factors.py with minor fixes #17462
Annotations
7 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (invalid-syntax):
maths/factors.py#L24
maths/factors.py:24:1: invalid-syntax: Expected a statement
|
|
ruff (W291):
maths/factors.py#L13
maths/factors.py:13:56: W291 Trailing whitespace
help: Remove trailing whitespace
|
|
ruff (W291):
maths/factors.py#L9
maths/factors.py:9:25: W291 Trailing whitespace
help: Remove trailing whitespace
|
|
ruff (invalid-syntax):
maths/factors.py#L7
maths/factors.py:7:1: invalid-syntax: Unexpected indentation
|
|
ruff (W293):
maths/factors.py#L6
maths/factors.py:6:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W291):
maths/factors.py#L5
maths/factors.py:5:67: W291 Trailing whitespace
help: Remove trailing whitespace
|