diff options
| author | arnoldyahad <arnoldyahad@gmail.com> | 2023-06-20 11:31:18 +0300 |
|---|---|---|
| committer | arnoldyahad <arnoldyahad@gmail.com> | 2023-06-20 11:31:18 +0300 |
| commit | df75dbdc1de06b671e8208955a830d8dc4acf0b6 (patch) | |
| tree | 1af27631681dc1c375d2ea2947501a58d3262a72 | |
| parent | 134422d0269aea5d9c405c988ca818be81ef2a93 (diff) | |
Revert not needed cosmetic change
| -rw-r--r-- | robusta_krr/strategies/simple.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robusta_krr/strategies/simple.py b/robusta_krr/strategies/simple.py index b4fdcd0..101d783 100644 --- a/robusta_krr/strategies/simple.py +++ b/robusta_krr/strategies/simple.py @@ -1,6 +1,7 @@ import numpy as np import pydantic as pd from numpy.typing import NDArray + from robusta_krr.core.abstract.strategies import ( BaseStrategy, HistoryData, |
