From ebf1b92c2397a77e4c55a976b5a87cefbb132f99 Mon Sep 17 00:00:00 2001 From: Felix Date: Mon, 31 May 2021 13:09:06 +0800 Subject: [PATCH] Update operators.py --- ppcls/data/imaug/operators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppcls/data/imaug/operators.py b/ppcls/data/imaug/operators.py index f4e2a27a..082fd48b 100644 --- a/ppcls/data/imaug/operators.py +++ b/ppcls/data/imaug/operators.py @@ -1,5 +1,5 @@ """ -# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved +# Copyright (c) 2021 PaddlePaddle Authors. All Rights Reserved # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- GitLab