*: update placeholder in Chinese translation (#10267)

This commit is contained in:
K.B.Dharun Krishna
2023-07-03 07:44:05 +05:30
committed by GitHub
parent db0c657ade
commit f82310bb5d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
- 移除多个文件中未使用的引入,并展示 diffs
`autoflake --remove-all-unused-imports {{路径/到/文件1.py 路径/到/文件2.py ...}}`
`autoflake --remove-all-unused-imports {{路径/到/文件1.py 路径/到/文件2.py ...}}`
- 移除未被使用的变量,并覆盖更新: