1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 22:36:55 +08:00

Reformat with black.

This commit is contained in:
Charles Young
2021-03-08 19:32:13 +08:00
parent 6a305c73ae
commit 8b9065c166
46 changed files with 123 additions and 546 deletions

View File

@@ -26,9 +26,7 @@ class TestGetData(unittest.TestCase):
def setUpClass(cls) -> None:
provider_uri = str(QLIB_DIR.resolve())
qlib.init(
provider_uri=provider_uri,
expression_cache=None,
dataset_cache=None,
provider_uri=provider_uri, expression_cache=None, dataset_cache=None,
)
@classmethod