Signed-off-by: flying <pengmengjie1@huawei.com>
This commit is contained in:
flying
2024-04-23 01:59:56 +00:00
committed by Gitee
parent 7268363d29
commit 94e57ece4e
3 changed files with 3 additions and 3 deletions
@@ -21,7 +21,7 @@ import itertools
import os
import re
import glob
from typing import *
from typing import Dict, Any, List, Callable, Text, Iterator
import unittest
@@ -21,7 +21,7 @@ import re
import ast
import json
import collections
from typing import *
from typing import List
if __name__ == '__main__':
from basic_tool import BasicTool
else:
@@ -16,7 +16,7 @@
# This file contains a SimpleYamlTool, which is a implemented based on the package named yaml for easy use.
import yaml
from typing import *
from typing import Dict
from yaml.loader import SafeLoader