Refactor: Fix F401 module imported but unused 92/68392/1
authorThanh Ha <zxiiro@gmail.com>
Sat, 31 Jul 2021 12:01:18 +0000 (08:01 -0400)
committerThanh Ha <zxiiro@gmail.com>
Sat, 31 Jul 2021 12:02:20 +0000 (08:02 -0400)
commit1f8458005efba2401ae5a7ae513faf59eba1f893
treecf93b845ce3fd9e3ef993be44dc7974a7498fa49
parent993b61b37eb6bfb165f32dc24f0e36c9237e0a48
Refactor: Fix F401 module imported but unused

A module has been imported but is not used anywhere in the file.
The module should either be used or the import should be removed.

Ref: https://www.flake8rules.com/rules/F401.html
Change-Id: I3e73260628bdbeccab2a7dd78215aa83a2ee71ff
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
docs/conf.py
lftools/cli/nexus3/asset.py
tests/test_deploy.py
tests/test_release_docker_hub.py