fix: removed unused import

This commit is contained in:
Abhishek Balam 2020-11-30 15:01:07 +05:30
parent 3a074756c1
commit f7444b7b44

View file

@ -2,7 +2,7 @@
# MIT License. See license.txt
from __future__ import unicode_literals
import frappe, unittest
import unittest
from PIL import Image
from frappe.utils.image import strip_exif_data
import io