mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-07-25 22:25:30 -04:00
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user