forked from cartsnitch/api
dd8ed4aec1
The for loop variable 'table' shadows the imported SQLAlchemy table() from line 8. Ruff rule F402 fires when a loop variable shadows an import. Rename to 'tbl'. Co-Authored-By: Paperclip <noreply@paperclip.ing>