调整deviceinfo内部逻辑
This commit is contained in:
@@ -1,22 +1,17 @@
|
||||
import html
|
||||
import json
|
||||
import os
|
||||
import shlex
|
||||
import re
|
||||
import subprocess
|
||||
import time
|
||||
import xml.etree.ElementTree as ET
|
||||
from pathlib import Path
|
||||
|
||||
import cv2
|
||||
import numpy as np
|
||||
import unicodedata
|
||||
import wda
|
||||
|
||||
from Entity.Variables import WdaAppBundleId
|
||||
from Utils.LogManager import LogManager
|
||||
import xml.etree.ElementTree as ET
|
||||
import re, html
|
||||
from lxml import etree
|
||||
from wda import Client
|
||||
|
||||
from Utils.LogManager import LogManager
|
||||
|
||||
# 工具类
|
||||
class AiUtils(object):
|
||||
|
||||
Reference in New Issue
Block a user