fix: codacy fixes
This commit is contained in:
parent
1553426807
commit
b4fcadca2f
3 changed files with 0 additions and 4 deletions
|
|
@ -4,9 +4,7 @@
|
|||
|
||||
from __future__ import unicode_literals
|
||||
import frappe
|
||||
import json
|
||||
from frappe.model.document import Document
|
||||
from frappe import _
|
||||
|
||||
class Tag(Document):
|
||||
pass
|
||||
|
|
|
|||
|
|
@ -119,7 +119,6 @@ frappe.ui.form.Sidebar = Class.extend({
|
|||
},
|
||||
|
||||
make_tags: function() {
|
||||
var me = this;
|
||||
if (this.frm.meta.issingle) {
|
||||
this.sidebar.find(".form-tags").toggle(false);
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@ frappe.tags.utils = {
|
|||
},
|
||||
|
||||
get_tag_results: function(tag) {
|
||||
var me = this;
|
||||
function get_results_sets(data) {
|
||||
var results_sets = [], result, set;
|
||||
function get_existing_set(doctype) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue