style: add explicit type hints to linear_search.py #18190
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W291):
searches/linear_search.py#L10
searches/linear_search.py:10:23: W291 Trailing whitespace
help: Remove trailing whitespace
|
|
ruff (I001):
searches/linear_search.py#L10
searches/linear_search.py:10:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|