FrostML commited on
Commit
b260ea5
1 Parent(s): cc0bc04

Update duconv.py

Browse files
Files changed (1) hide show
  1. duconv.py +4 -0
duconv.py CHANGED
@@ -1,4 +1,6 @@
 
1
  # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
 
2
  #
3
  # Licensed under the Apache License, Version 2.0 (the "License");
4
  # you may not use this file except in compliance with the License.
@@ -12,6 +14,8 @@
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
 
 
 
15
  import json
16
  import os
17
 
 
1
+ # coding=utf-8
2
  # Copyright (c) 2022 PaddlePaddle Authors. All Rights Reserved.
3
+ # Copyright 2020 The TensorFlow Datasets Authors and the HuggingFace Datasets Authors.
4
  #
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
  # you may not use this file except in compliance with the License.
 
14
  # See the License for the specific language governing permissions and
15
  # limitations under the License.
16
 
17
+ # Lint as: python3
18
+
19
  import json
20
  import os
21