21356: Remove all Python 2/3 compatibility imports
[arvados.git] / sdk / python / tests / performance / test_a_sample.py
index 65015dc87298d7b60042098fa0519a613cffa086..9e54b1f5d2a296e2bb44e7b6082f79ca0b5e0f55 100644 (file)
@@ -2,9 +2,6 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-from __future__ import print_function
-from __future__ import absolute_import
-from builtins import range
 import unittest
 
 from .performance_profiler import profiled