diff --git a/frappe/utils/minify.py b/frappe/utils/minify.py index ed3bd9787c..667879f056 100644 --- a/frappe/utils/minify.py +++ b/frappe/utils/minify.py @@ -27,7 +27,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # */ -from __future__ import unicode_literals from StringIO import StringIO @@ -209,4 +208,4 @@ class JavascriptMinify(object): self.theLookahead = None self._jsmin() - self.instream.close() \ No newline at end of file + self.instream.close()