1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 14:26:56 +08:00

Reformat with black.

This commit is contained in:
Charles Young
2021-03-08 19:43:03 +08:00
parent 8b9065c166
commit 53cf89d7c2
45 changed files with 548 additions and 122 deletions

View File

@@ -26,7 +26,9 @@ 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