File size: 196 Bytes
71687cf | 1 2 3 4 5 6 7 | # Copyright (C) 2012 Anaconda, Inc
# SPDX-License-Identifier: BSD-3-Clause
from conda import __version__ # noqa: F401
from conda.deprecations import deprecated
deprecated.module("25.9", "26.3")
|
71687cf | 1 2 3 4 5 6 7 | # Copyright (C) 2012 Anaconda, Inc
# SPDX-License-Identifier: BSD-3-Clause
from conda import __version__ # noqa: F401
from conda.deprecations import deprecated
deprecated.module("25.9", "26.3")
|