mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +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'],
|
||||
)
|
||||
# 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