mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
chore: linters check
This commit is contained in:
@@ -5,8 +5,8 @@
|
|||||||
import frappe
|
import frappe
|
||||||
from frappe import _
|
from frappe import _
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
from frappe.utils import getdate, nowdate
|
|
||||||
from frappe.model.naming import append_number_if_name_exists
|
from frappe.model.naming import append_number_if_name_exists
|
||||||
|
from frappe.utils import getdate, nowdate
|
||||||
|
|
||||||
|
|
||||||
class Contract(Document):
|
class Contract(Document):
|
||||||
|
|||||||
Reference in New Issue
Block a user