Skip to content

Commit 14e2e16

Browse files
committed
chore: reformat utility script
1 parent 000eb87 commit 14e2e16

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build_helpers/binance_update_lev_tiers.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
proxy = os.environ.get("CI_WEB_PROXY")
1313

1414
exchange = ccxt.binance(
15-
{"apiKey": key, "secret": secret, "httpsProxy": proxy, "options": {"defaultType": "swap"}}
15+
{
16+
"apiKey": key,
17+
"secret": secret,
18+
"httpsProxy": proxy,
19+
"options": {"defaultType": "swap"},
20+
}
1621
)
1722
_ = exchange.load_markets()
1823

0 commit comments

Comments
 (0)