summaryrefslogtreecommitdiff
path: root/robusta_krr
diff options
context:
space:
mode:
authorRobusta Runner <aantny@gmail.com>2024-06-28 11:22:36 +0300
committerRobusta Runner <aantny@gmail.com>2024-06-28 11:22:36 +0300
commit9fda8bea24992b5b875df092b6bb495490a0abfc (patch)
tree160e82f51c4a0fc29fe71c6fcdf081bccfb144d1 /robusta_krr
parent24af7f551fc72e5d801721936f6f49f87f57ee6c (diff)
add TODO
Diffstat (limited to 'robusta_krr')
-rw-r--r--robusta_krr/core/abstract/strategies.py1
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.