From 9fda8bea24992b5b875df092b6bb495490a0abfc Mon Sep 17 00:00:00 2001 From: Robusta Runner Date: Fri, 28 Jun 2024 11:22:36 +0300 Subject: [PATCH] add TODO --- robusta_krr/core/abstract/strategies.py | 1 + 1 file changed, 1 insertion(+) diff --git a/robusta_krr/core/abstract/strategies.py b/robusta_krr/core/abstract/strategies.py index 3f640020..2d1ea9be 100644 --- a/robusta_krr/core/abstract/strategies.py +++ b/robusta_krr/core/abstract/strategies.py @@ -17,6 +17,7 @@ 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.