style: Remove unused imports

This commit is contained in:
Aditya Hase
2019-01-23 00:28:37 +05:30
parent 55a08dee78
commit f79937d64b
10 changed files with 7 additions and 16 deletions

View File

@@ -2,10 +2,6 @@ from __future__ import unicode_literals
import frappe
import json
import io
import base64
import os
import requests
from frappe import _
from frappe.frappeclient import FrappeClient