21356: Remove all Python 2/3 compatibility imports 21356-clean-imports
authorBrett Smith <brett.smith@curii.com>
Mon, 29 Apr 2024 16:11:05 +0000 (12:11 -0400)
committerBrett Smith <brett.smith@curii.com>
Mon, 29 Apr 2024 17:21:14 +0000 (13:21 -0400)
commit873fcf181c037cc1e42419bfeaf5bb70c9d9e239
tree2c0b74079e334f558703b3b8b892b977ff7bea12
parent288f0787acbee74105540185389e3ffa1c614f3f
21356: Remove all Python 2/3 compatibility imports

This includes noop imports from __future__ and builtins, as well as
imports from the future and six compatibility libraries.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
82 files changed:
sdk/cwl/arvados_cwl/__init__.py
sdk/cwl/arvados_cwl/arvcontainer.py
sdk/cwl/arvados_cwl/arvworkflow.py
sdk/cwl/arvados_cwl/done.py
sdk/cwl/arvados_cwl/executor.py
sdk/cwl/arvados_cwl/fsaccess.py
sdk/cwl/arvados_cwl/pathmapper.py
sdk/cwl/arvados_cwl/perf.py
sdk/cwl/arvados_cwl/runner.py
sdk/cwl/setup.py
sdk/cwl/tests/federation/framework/check_exist.py
sdk/cwl/tests/federation/framework/prepare.py
sdk/cwl/tests/hw.py
sdk/cwl/tests/matcher.py
sdk/cwl/tests/test_container.py
sdk/cwl/tests/test_make_output.py
sdk/cwl/tests/test_submit.py
sdk/cwl/tests/test_util.py
sdk/cwl/tests/wf/check_mem.py
sdk/python/arvados/_normalize_stream.py
sdk/python/arvados/_ranges.py
sdk/python/arvados/arvfile.py
sdk/python/arvados/cache.py
sdk/python/arvados/collection.py
sdk/python/arvados/commands/arv_copy.py
sdk/python/arvados/commands/ls.py
sdk/python/arvados/commands/migrate19.py
sdk/python/arvados/commands/put.py
sdk/python/arvados/commands/run.py
sdk/python/arvados/commands/ws.py
sdk/python/arvados/crunch.py
sdk/python/arvados/keep.py
sdk/python/arvados/stream.py
sdk/python/arvados/timer.py
sdk/python/setup.py
sdk/python/tests/arvados_testutil.py
sdk/python/tests/keepstub.py
sdk/python/tests/manifest_examples.py
sdk/python/tests/performance/test_a_sample.py
sdk/python/tests/test_api.py
sdk/python/tests/test_arv_copy.py
sdk/python/tests/test_arv_get.py
sdk/python/tests/test_arv_ls.py
sdk/python/tests/test_arv_put.py
sdk/python/tests/test_arv_ws.py
sdk/python/tests/test_arvfile.py
sdk/python/tests/test_benchmark_collections.py
sdk/python/tests/test_cache.py
sdk/python/tests/test_collections.py
sdk/python/tests/test_errors.py
sdk/python/tests/test_http.py
sdk/python/tests/test_keep_client.py
sdk/python/tests/test_keep_locator.py
sdk/python/tests/test_retry.py
sdk/python/tests/test_retry_job_helpers.py
sdk/python/tests/test_stream.py
services/dockercleaner/bin/arvados-docker-cleaner
services/dockercleaner/setup.py
services/fuse/arvados_fuse/__init__.py
services/fuse/arvados_fuse/command.py
services/fuse/arvados_fuse/crunchstat.py
services/fuse/arvados_fuse/fresh.py
services/fuse/arvados_fuse/fusefile.py
services/fuse/setup.py
services/fuse/tests/fstest.py
services/fuse/tests/integration_test.py
services/fuse/tests/mount_test_base.py
services/fuse/tests/performance/test_collection_performance.py
services/fuse/tests/prof.py
services/fuse/tests/test_cache.py
services/fuse/tests/test_command_args.py
services/fuse/tests/test_crunchstat.py
services/fuse/tests/test_exec.py
services/fuse/tests/test_mount.py
services/fuse/tests/test_retry.py
services/fuse/tests/test_tmp_collection.py
services/fuse/tests/test_token_expiry.py
services/fuse/tests/test_unmount.py
tools/crunchstat-summary/bin/crunchstat-summary
tools/crunchstat-summary/setup.py
tools/keep-xref/keep-xref.py
tools/user-activity/setup.py