jasonfan's picture
Add files using upload-large-folder tool
7475f0d verified
from anaconda_auth.client import * # noqa: F403
# The following imports address a bug in Navigator, which imported from the wrong module by mistake
from anaconda_auth.config import AnacondaCloudConfig # noqa: F401
from anaconda_auth.token import TokenInfo # noqa: F401
# This one needs to stay to raise the deprecation warning
from anaconda_cloud_auth import warn # noqa: F401
warn()