chore: Linting issues

This commit is contained in:
Deepesh Garg 2022-10-20 12:09:42 +05:30
parent b4d008b743
commit 1ca472cc8a

View File

@ -3,12 +3,12 @@
import frappe
from dateutil import relativedelta
from frappe import _
from frappe.model.document import Document
from frappe.utils import date_diff, flt, get_first_day, get_last_day, getdate
from erpnext.utilities.product import get_price
from dateutil import relativedelta
class SubscriptionPlan(Document):