2021-08-17 19:52:42 +08:00
|
|
|
# Copyright (c) OpenMMLab. All rights reserved.
|
2021-10-13 14:33:07 +08:00
|
|
|
# flake8: noqa
|
|
|
|
import warnings
|
2020-07-01 16:09:06 +08:00
|
|
|
|
2021-10-13 14:33:07 +08:00
|
|
|
from .formatting import *
|
2020-07-01 16:09:06 +08:00
|
|
|
|
2021-10-13 14:33:07 +08:00
|
|
|
warnings.warn('DeprecationWarning: mmcls.datasets.pipelines.formating will be '
|
|
|
|
'deprecated in 2021, please replace it with '
|
|
|
|
'mmcls.datasets.pipelines.formatting.')
|