deleted the comment and white spaces
parent
41ee931bc6
commit
390faeef46
|
@ -3,17 +3,8 @@ from pathlib import Path
|
||||||
from piker import config
|
from piker import config
|
||||||
|
|
||||||
|
|
||||||
def test_root_conf_networking_section(
|
def test_root_conf_networking_section():
|
||||||
|
|
||||||
):
|
|
||||||
# load account names from ``brokers.toml``
|
# load account names from ``brokers.toml``
|
||||||
accounts_def = config.load_accounts(
|
accounts_def = config.load_accounts(
|
||||||
providers=['binans'],
|
providers=['binance'],
|
||||||
)
|
)
|
||||||
# import pdbp; pdbp.set_trace()
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue