fix: linting

This commit is contained in:
Deepesh Garg
2020-07-15 21:54:28 +05:30
committed by GitHub
parent c5f14da99c
commit 2af43b3df6

View File

@@ -18,7 +18,7 @@ def get_columns():
"fieldname": "lead_owner",
"label": _("Lead Owner"),
"fieldtype": "Link",
"options":"User",
"options": "User",
"width": "130"
},
{
@@ -69,4 +69,4 @@ def get_columns():
"fieldtype": "Float",
"width": "100"
}
]
]