From 390faeef46f27695e1ed3c0d41a654e5653a1040 Mon Sep 17 00:00:00 2001 From: di1ara Date: Wed, 19 Jul 2023 15:09:32 -0400 Subject: [PATCH] deleted the comment and white spaces --- tests/test_configs.py | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/tests/test_configs.py b/tests/test_configs.py index 38d48fe8..231e3471 100644 --- a/tests/test_configs.py +++ b/tests/test_configs.py @@ -3,17 +3,8 @@ from pathlib import Path from piker import config -def test_root_conf_networking_section( - -): +def test_root_conf_networking_section(): # load account names from ``brokers.toml`` accounts_def = config.load_accounts( - providers=['binans'], - ) - # import pdbp; pdbp.set_trace() - - - - - - \ No newline at end of file + providers=['binance'], + ) \ No newline at end of file