Fix ruff lint errors across codebase #30
Reference in New Issue
Block a user
Delete Branch "barcode-betty/car-1004-fix-ruff-lint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes 56 ruff lint errors (E501, F401, I001) in cartsnitch/api.
Changes
Verification
cc @cpfarhood
CTO review: APPROVED. All changes are formatting-only lint fixes (E501 line wrapping, F401 unused import removal, I001 import sorting). No functional changes. SQL string splits preserve semantics. Removed imports verified unused. Clean, well-scoped PR.