From 3b471a0fe3ad1db2eef0d298dc7329feeb8d7d2c Mon Sep 17 00:00:00 2001 From: you-n-g Date: Fri, 11 Nov 2022 10:25:04 +0800 Subject: [PATCH] Fix CI (#1347) --- qlib/rl/order_execution/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qlib/rl/order_execution/__init__.py b/qlib/rl/order_execution/__init__.py index 318c77423..b985c1331 100644 --- a/qlib/rl/order_execution/__init__.py +++ b/qlib/rl/order_execution/__init__.py @@ -16,8 +16,8 @@ from .network import Recurrent from .policy import AllOne, PPO from .reward import PAPenaltyReward from .simulator_simple import SingleAssetOrderExecutionSimple -from .state import SAOEStateAdapter, SAOEMetrics, SAOEState -from .strategy import SAOEStrategy, ProxySAOEStrategy, SAOEIntStrategy +from .state import SAOEMetrics, SAOEState +from .strategy import SAOEStateAdapter, SAOEStrategy, ProxySAOEStrategy, SAOEIntStrategy __all__ = [ "FullHistoryStateInterpreter",