From 7f58ddd1912aad2621f20647a975f4e9e65a3b3c Mon Sep 17 00:00:00 2001 From: Frank Liu Date: Mon, 22 Oct 2018 16:43:04 -0700 Subject: [PATCH] Remove import from builtins. --- tests/python/unittest/test_image.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/python/unittest/test_image.py b/tests/python/unittest/test_image.py index b9431c9d6755..e9f42057ad15 100644 --- a/tests/python/unittest/test_image.py +++ b/tests/python/unittest/test_image.py @@ -23,8 +23,6 @@ import tempfile import unittest -from builtins import bytearray - from nose.tools import raises def _get_data(url, dirname):