mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-10-21 11:34:51 -07:00
Add a newline to plugins/connection/iap.py to make the linter happy
This commit is contained in:
parent
064fcdce0e
commit
1a3da701d8
1 changed files with 2 additions and 1 deletions
|
@ -786,4 +786,5 @@ class Connection(sshconn.Connection):
|
|||
# remove ssh config
|
||||
os.unlink(self.ssh_config)
|
||||
|
||||
self._connected = False
|
||||
self._connected = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue