chore: Linting issues
This commit is contained in:
parent
b4d008b743
commit
1ca472cc8a
@ -3,12 +3,12 @@
|
|||||||
|
|
||||||
|
|
||||||
import frappe
|
import frappe
|
||||||
|
from dateutil import relativedelta
|
||||||
from frappe import _
|
from frappe import _
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
from frappe.utils import date_diff, flt, get_first_day, get_last_day, getdate
|
from frappe.utils import date_diff, flt, get_first_day, get_last_day, getdate
|
||||||
|
|
||||||
from erpnext.utilities.product import get_price
|
from erpnext.utilities.product import get_price
|
||||||
from dateutil import relativedelta
|
|
||||||
|
|
||||||
|
|
||||||
class SubscriptionPlan(Document):
|
class SubscriptionPlan(Document):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user