regroup files

This commit is contained in:
Xintao
2021-08-08 14:46:43 +08:00
parent f932289af1
commit 9baa0b3d00
9 changed files with 5 additions and 5 deletions

View File

@@ -26,5 +26,5 @@ jobs:
- name: Lint
run: |
flake8 .
isort --check-only --diff data/ models/ inference_realesrgan.py
yapf -r -d data/ models/ inference_realesrgan.py
isort --check-only --diff realesrgan/ scripts/ inference_realesrgan.py setup.py
yapf -r -d realesrgan/ scripts/ inference_realesrgan.py setup.py