two_sum code #13746
Annotations
3 errors
ruff
Process completed with exit code 1.
|
Ruff (E501):
interview-bootcamp/Two-Sum.py#L7
interview-bootcamp/Two-Sum.py:7:89: E501 Line too long (91 > 88)
|
Ruff (INP001):
interview-bootcamp/Two-Sum.py#L1
interview-bootcamp/Two-Sum.py:1:1: INP001 File `interview-bootcamp/Two-Sum.py` is part of an implicit namespace package. Add an `__init__.py`.
|