Refine lib -> xautodl

This commit is contained in:
D-X-Y
2021-05-19 14:10:01 +08:00
parent 596065c25d
commit 4000f882f7
5 changed files with 19 additions and 28 deletions

View File

@@ -6,7 +6,7 @@
# echo $scriptpath
# delete Python cache files
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf
find . | grep -E "(__pycache__|\.pyc|\.DS_Store|\.pyo$)" | xargs rm -rf
black ./tests/
black ./xautodl/procedures