Closed tztsai closed 6 months ago
This PR addresses general coding style.
Black has been applied to automatically format the code and isort to sort the imports. Finally, .gitignore has been updated and*.pyc files removed.
Black
isort
.gitignore
*.pyc
This PR addresses general coding style.
Black
has been applied to automatically format the code andisort
to sort the imports. Finally,.gitignore
has been updated and*.pyc
files removed.