diff options
| author | Robusta Runner <aantny@gmail.com> | 2024-06-28 11:22:36 +0300 |
|---|---|---|
| committer | Robusta Runner <aantny@gmail.com> | 2024-06-28 11:22:36 +0300 |
| commit | 9fda8bea24992b5b875df092b6bb495490a0abfc (patch) | |
| tree | 160e82f51c4a0fc29fe71c6fcdf081bccfb144d1 /robusta_krr/core | |
| parent | 24af7f551fc72e5d801721936f6f49f87f57ee6c (diff) | |
add TODO
Diffstat (limited to 'robusta_krr/core')
| -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. |
