chore: 移除废弃 self 依赖; lxml 改为范围约束兼容 scrapy/twisted

This commit is contained in:
2026-06-02 15:24:51 +08:00
parent 65080d4338
commit 5a9a7ca70e
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import self as self
from selenium.webdriver import Chrome, Keys # 键盘操作
import time
from selenium.webdriver import Chrome, Keys # 键盘操作
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.by import By