File size: 293 Bytes
51f6859
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# Copyright (c) OpenMMLab. All rights reserved.
# flake8: noqa
import warnings

from .formatting import *

warnings.warn('DeprecationWarning: mmdet.datasets.pipelines.formating will be '
              'deprecated, please replace it with '
              'mmdet.datasets.pipelines.formatting.')