chore: cleanup comments

This commit is contained in:
Shivam Mishra 2020-12-24 18:02:50 +05:30
parent a90b6a73dd
commit c54aca3f44

View File

@ -19,8 +19,6 @@ class ProductQuery:
"""
def __init__(self):
"""Summary
"""
self.settings = frappe.get_doc("Products Settings")
self.cart_settings = frappe.get_doc("Shopping Cart Settings")
self.page_length = self.settings.products_per_page or 20