style: Remove unused imports

This commit is contained in:
Aditya Hase 2020-03-05 16:27:22 +05:30
parent 4740e4f7e6
commit 4e69326fac

View file

@ -9,7 +9,6 @@ import frappe.monitor
from frappe.utils import set_request
from frappe.utils.response import build_response
from frappe.monitor import MONITOR_REDIS_KEY
import json
class TestMonitor(unittest.TestCase):