mmcv/tests/data/config/deprecated.py
Zaida Zhou 6e9ce18323
Add copyright pre-commit-hook (#1742)
* first commit

* Add copyright pre-commit-hook
2022-02-24 09:24:25 +08:00

7 lines
204 B
Python

# Copyright (c) OpenMMLab. All rights reserved.
_base_ = './expected.py'
_deprecation_ = dict(
expected='tests/data/config/expected.py',
reference='https://github.com/open-mmlab/mmcv/pull/1275')