arvados.safeapi
arvados.safeapi - Shim compatibility module
This module used to define arvados.safeapi.ThreadSafeApiCache
. Now it only
exists to provide backwards compatible imports. New code should prefer to
import arvados.api
.
@private
1# Copyright (C) The Arvados Authors. All rights reserved. 2# 3# SPDX-License-Identifier: Apache-2.0 4"""arvados.safeapi - Shim compatibility module 5 6This module used to define `arvados.safeapi.ThreadSafeApiCache`. Now it only 7exists to provide backwards compatible imports. New code should prefer to 8import `arvados.api`. 9 10@private 11""" 12 13from .api import ThreadSafeAPIClient as ThreadSafeApiCache