fix: codacy fixes

This commit is contained in:
Himanshu Warekar 2019-10-06 21:58:48 +05:30
parent 1553426807
commit b4fcadca2f
3 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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;

View file

@ -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) {