21356: Remove all Python 2/3 compatibility imports
[arvados.git] / sdk / python / arvados / commands / run.py
index 0fe05da22bb4c4ca18ff4997f4ece05865ea2fd0..474111d882801725ce4e5f324e61676469e83fb0 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-from __future__ import print_function
-from __future__ import absolute_import
-from builtins import range
-from past.builtins import basestring
-from builtins import object
 import arvados
 import arvados.commands.ws as ws
 import argparse