From f36d2c078fefc386bbd685ec563f2048d247f6bc Mon Sep 17 00:00:00 2001 From: Aditya Hase Date: Wed, 6 Feb 2019 13:11:37 +0530 Subject: [PATCH] style: Linting fixes --- .../dashboard_chart_source/test_dashboard_chart_source.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/desk/doctype/dashboard_chart_source/test_dashboard_chart_source.py b/frappe/desk/doctype/dashboard_chart_source/test_dashboard_chart_source.py index 1247240ff1..822526b591 100644 --- a/frappe/desk/doctype/dashboard_chart_source/test_dashboard_chart_source.py +++ b/frappe/desk/doctype/dashboard_chart_source/test_dashboard_chart_source.py @@ -3,7 +3,6 @@ # See license.txt from __future__ import unicode_literals -import frappe import unittest class TestDashboardChartSource(unittest.TestCase):