Skip to content

sum of two numbers #16757

sum of two numbers

sum of two numbers #16757

Triggered via pull request January 3, 2026 19:00
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (A001): sum/sum.py#L2
sum/sum.py:2:5: A001 Variable `sum` is shadowing a Python builtin
Ruff (INP001): sum/sum.py#L1
sum/sum.py:1:1: INP001 File `sum/sum.py` is part of an implicit namespace package. Add an `__init__.py`.