regroup files
This commit is contained in:
4
.github/workflows/pylint.yml
vendored
4
.github/workflows/pylint.yml
vendored
@@ -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
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import os.path as osp
|
||||
from basicsr.train import train_pipeline
|
||||
|
||||
import archs # noqa: F401
|
||||
import data # noqa: F401
|
||||
import models # noqa: F401
|
||||
import realesrgan.archs # noqa: F401
|
||||
import realesrgan.data # noqa: F401
|
||||
import realesrgan.models # noqa: F401
|
||||
|
||||
if __name__ == '__main__':
|
||||
root_path = osp.abspath(osp.join(__file__, osp.pardir))
|
||||
Reference in New Issue
Block a user