mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Fix flake8 F401 item imported but unused
This commit is contained in:
parent
9dd25f96b2
commit
daa9819798
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
@ -71,6 +71,7 @@ per-file-ignores =
|
||||||
core/utils/__init__.py: F401
|
core/utils/__init__.py: F401
|
||||||
core/plugins/downloaders/configuration.py: F401
|
core/plugins/downloaders/configuration.py: F401
|
||||||
core/plugins/downloaders/utils.py: F401
|
core/plugins/downloaders/utils.py: F401
|
||||||
|
libs/custom/synchronousdeluge/__init__.py: F401
|
||||||
|
|
||||||
[testenv:check]
|
[testenv:check]
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue