refactored toward using a file detail editor #280
Annotations
9 errors and 2 warnings
flake8:
finder/admin/file.py#L3
'django.urls.reverse' imported but unused
|
flake8:
finder/admin/file.py#L6
'finder.models.folder.FolderModel' imported but unused
|
flake8:
finder/contrib/image/svg/models.py#L1
'pathlib.Path' imported but unused
|
flake8:
finder/contrib/image/svg/models.py#L4
'django.db.models' imported but unused
|
flake8:
finder/contrib/image/svg/models.py#L5
'django.utils.functional.cached_property' imported but unused
|
flake8:
finder/contrib/image/svg/models.py#L6
'django.utils.timezone.datetime' imported but unused
|
flake8:
finder/contrib/image/svg/models.py#L9
'filer.settings as filer_settings' imported but unused
|
flake8:
finder/models/file.py#L9
'django.core.files.base.ContentFile' imported but unused
|
flake8
The process '/opt/hostedtoolcache/Python/3.9.18/x64/bin/flake8' failed with exit code 1
|
flake8
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, liskin/gh-problem-matcher-wrap@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
isort
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, liskin/gh-problem-matcher-wrap@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|