From bf8f8a819ab2a9318d2ee797bf1431fa14075af1 Mon Sep 17 00:00:00 2001 From: SunAhong1993 <48579383+SunAhong1993@users.noreply.github.com> Date: Wed, 9 Dec 2020 10:46:50 +0800 Subject: [PATCH] Update convert.py --- x2paddle/convert.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x2paddle/convert.py b/x2paddle/convert.py index 31220d3..7b38f27 100644 --- a/x2paddle/convert.py +++ b/x2paddle/convert.py @@ -1,4 +1,4 @@ -## Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved. +# Copyright (c) 2020 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. @@ -312,4 +312,4 @@ def main(): if __name__ == "__main__": - main() \ No newline at end of file + main() -- GitLab