fix imports

This commit is contained in:
chenfeiyu 2021-06-11 05:26:22 +08:00
parent 66062d29e5
commit 0067851950
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
import math import math
from typing import List, Dict, Any, Union, Optional from typing import List, Dict, Any, Union, Optional, Tuple
import numpy as np import numpy as np
import paddle import paddle