feat(other): add grocery store cart model (v3) #17672
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (EM102):
other/grocery_store_cart.py#L38
other/grocery_store_cart.py:38:28: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|
|
ruff (EM102):
other/grocery_store_cart.py#L28
other/grocery_store_cart.py:28:28: EM102 Exception must not use an f-string literal, assign to variable first
help: Assign to variable; remove f-string literal
|