From c29e5b262191557a3a3d08ef68a8a80a3a28973b Mon Sep 17 00:00:00 2001 From: v-mingzhehan Date: Mon, 12 Jul 2021 13:50:13 +0000 Subject: [PATCH] Fix circular import --- qlib/strategy/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/qlib/strategy/__init__.py b/qlib/strategy/__init__.py index e3fcd8e26..59e481eb9 100644 --- a/qlib/strategy/__init__.py +++ b/qlib/strategy/__init__.py @@ -1,4 +1,2 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT License. - -from .base import *