Fix lint errors (#523)

* Fix lint errors

* Fix more lint errors
This commit was merged in pull request #523.
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(
@@ -1,5 +1,4 @@
from web3.auto import w3
import json
import ruamel.yaml as yaml
import sys
@@ -15,6 +15,7 @@
from secrets import token_hex
def init(ctx):
return None