Fix lint errors (#523)

* Fix lint errors

* Fix more lint errors
This commit is contained in:
2023-09-04 13:00:23 -06:00
committed by GitHub
parent 2c930bdbc3
commit 50d17c3282
13 changed files with 33 additions and 21 deletions
@@ -101,7 +101,8 @@ if __name__ == "__main__":
if args.ssh_host:
dst_dbport = random.randint(11000, 12000)
print(
f"Establishing SSH tunnel from 127.0.0.1:{dst_dbport} to {args.ssh_host}->{args.dst_dbhost}:{args.dst_dbport}... ",
f"Establishing SSH tunnel from 127.0.0.1:{dst_dbport} to "
"{args.ssh_host}->{args.dst_dbhost}:{args.dst_dbport}... ",
end="",
)
with Connection(