chore: Linting issues

(cherry picked from commit 1ca472cc8a)
This commit is contained in:
Deepesh Garg
2022-10-20 12:09:42 +05:30
committed by Mergify
parent fff9e76718
commit cab3f39f95

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):