Revert "Fix #6"

This reverts commit 9cfb9cc1e5.
This commit is contained in:
rany
2022-03-09 20:35:24 +02:00
parent 6c822e2df5
commit b25cf501c2
3 changed files with 2 additions and 21 deletions

View File

@@ -1,2 +1,2 @@
find src examples -name '*.py' | xargs black
find src examples -name '*.py' | xargs isort
find src -name '*.py' | xargs black
find src -name '*.py' | xargs isort