fix: syntax error
diff --git a/erpnext/shopping_cart/product_query.py b/erpnext/shopping_cart/product_query.py
index 0cd8088..d1e721b 100644
--- a/erpnext/shopping_cart/product_query.py
+++ b/erpnext/shopping_cart/product_query.py
@@ -56,7 +56,7 @@
fields=self.fields,
filters=[
*self.filters,
- ["Item Variant Attribute", "attribute", "=", attribute],`
+ ["Item Variant Attribute", "attribute", "=", attribute],
["Item Variant Attribute", "attribute_value", "in", values],
],
or_filters=self.or_filters,