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

@ -787,3 +787,4 @@ class Connection(sshconn.Connection):
os.unlink(self.ssh_config)
self._connected = False