mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
pylint W0104(pointless-statement)
This commit is contained in:
parent
149173ef62
commit
8608858651
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ class Connect(Task):
|
||||||
container=info.manifest.provider['container'],
|
container=info.manifest.provider['container'],
|
||||||
)
|
)
|
||||||
# Try to fetch the token, so it will fail early if the credentials are wrong
|
# Try to fetch the token, so it will fail early if the credentials are wrong
|
||||||
info._oracle['client'].auth_token
|
info._oracle['client'].auth_token # pylint: disable=pointless-statement
|
||||||
|
|
Loading…
Add table
Reference in a new issue