File size: 107 Bytes
7475f0d | 1 2 3 4 5 | from anaconda_auth.token import * # noqa: F403
from anaconda_cloud_auth import warn # noqa: F401
warn()
|
7475f0d | 1 2 3 4 5 | from anaconda_auth.token import * # noqa: F403
from anaconda_cloud_auth import warn # noqa: F401
warn()
|