fix imports
This commit is contained in:
parent
66062d29e5
commit
0067851950
|
@ -13,7 +13,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
import math
|
||||
from typing import List, Dict, Any, Union, Optional
|
||||
from typing import List, Dict, Any, Union, Optional, Tuple
|
||||
|
||||
import numpy as np
|
||||
import paddle
|
||||
|
|
Loading…
Reference in New Issue