Skip to content

Commit

Permalink
fix 2to3 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Apr 28, 2024
1 parent a063811 commit dc080d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/2to3.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
- Remove function XPath.apply_watch_from_yaml
- Remove function healcheck, 原来是未来恢复uiautomator服务用的
- Remove function service(name: str) -> Service, 原本是用于做atx-agent的服务管理
- Remove function session, 该函数依赖atx-agent,这个函数本来就是为了兼顾appium的用法,后来发现也用不到
- Remove function app_icon() -> Image, 该函数依赖atx-agent
- Remove function connect_wifi() -> Device, 该函数依赖atx-agent
- Remove function connect_adb_wifi(str) -> Device, 直接用connect就行了
Expand Down Expand Up @@ -114,4 +113,4 @@ It seems the strict is useless, so I delete it.

### push
- 2.x push(src, dst, mode, show_process:bool=False)
- 3.x push(src, dst, mode)
- 3.x push(src, dst, mode)

0 comments on commit dc080d0

Please sign in to comment.