diff options
| -rw-r--r-- | robusta_krr/core/abstract/strategies.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/robusta_krr/core/abstract/strategies.py b/robusta_krr/core/abstract/strategies.py index 3f64002..2d1ea9b 100644 --- a/robusta_krr/core/abstract/strategies.py +++ b/robusta_krr/core/abstract/strategies.py @@ -17,6 +17,7 @@ if TYPE_CHECKING: SelfRR = TypeVar("SelfRR", bound="ResourceRecommendation") +# TODO: rename so it isn't the same name as ResourceRecommendation in result.py class ResourceRecommendation(pd.BaseModel): """A class to represent resource recommendation with optional request and limit values. |
