Skip to content

Commit

Permalink
style: black + prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
balamurali27 committed Sep 12, 2024
1 parent 88ffc70 commit 304476d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion helpdesk/helpdesk/doctype/hd_stopword/hd_stopword.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@


class HDStopword(Document):
pass
pass
2 changes: 1 addition & 1 deletion helpdesk/helpdesk/doctype/hd_stopword/test_hd_stopword.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@


class TestHDStopword(FrappeTestCase):
pass
pass
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
// For license information, please see license.txt

frappe.query_reports["Ticket-Search Analysis"] = {
filters: [
// {
// "fieldname": "my_filter",
// "label": __("My Filter"),
// "fieldtype": "Data",
// "reqd": 1,
// },
],
filters: [
// {
// "fieldname": "my_filter",
// "label": __("My Filter"),
// "fieldtype": "Data",
// "reqd": 1,
// },
],
};

0 comments on commit 304476d

Please sign in to comment.