diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c2e7dd9..d178609 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,6 +7,7 @@
+
@@ -102,7 +103,11 @@
-
+
+
+
+
+
@@ -113,6 +118,6 @@
-
+
\ No newline at end of file
diff --git a/Entity/Variables.py b/Entity/Variables.py
index b297ef1..1ec2efe 100644
--- a/Entity/Variables.py
+++ b/Entity/Variables.py
@@ -1,6 +1,5 @@
import threading
from typing import Dict, Any
-
from Entity.AnchorModel import AnchorModel
# wda apple bundle id
diff --git a/Module/DeviceInfo.py b/Module/DeviceInfo.py
index 952f78c..89d0d18 100644
--- a/Module/DeviceInfo.py
+++ b/Module/DeviceInfo.py
@@ -21,7 +21,6 @@ class Deviceinfo(object):
self.deviceIndex = 0
# 投屏端口(本地映射端口起始值,会递增)
self.screenProxy = 9110
-
# 记录 iproxy Popen 进程:[{ "id": udid, "target": Popen }, ...]
self.pidList: List[Dict] = []
# 当前已连接的设备(tidevice 的 Device 对象列表)