mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 19:37:56 +00:00
chore: mass trailing whitespace and EOF fixes
This commit is contained in:
@@ -218,4 +218,4 @@ class IssueAnalytics(object):
|
||||
'datasets': []
|
||||
},
|
||||
'type': 'line'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ class TestIssueAnalytics(unittest.TestCase):
|
||||
if current_month_date.year != last_month_date.year:
|
||||
self.current_month += '_' + str(current_month_date.year)
|
||||
self.last_month += '_' + str(last_month_date.year)
|
||||
|
||||
|
||||
def test_issue_analytics(self):
|
||||
create_service_level_agreements_for_issues()
|
||||
create_issue_types()
|
||||
@@ -211,4 +211,4 @@ def create_records():
|
||||
"assign_to": ["test@example.com", "test1@example.com"],
|
||||
"doctype": "Issue",
|
||||
"name": issue.name
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user