Add a newline to plugins/connection/iap.py to make the linter happy

This commit is contained in:
Chris Hawk 2025-10-03 15:07:24 -07:00
commit 1a3da701d8

View file

@ -786,4 +786,5 @@ class Connection(sshconn.Connection):
# remove ssh config
os.unlink(self.ssh_config)
self._connected = False
self._connected = False