diff options
| author | LeaveMyYard <zhukovpavel2001@gmail.com> | 2023-08-10 15:38:36 +0300 |
|---|---|---|
| committer | LeaveMyYard <zhukovpavel2001@gmail.com> | 2023-08-10 15:38:36 +0300 |
| commit | 12607a47080eda2b39dfc2ca765f0d5dbbc383b9 (patch) | |
| tree | 1d8ff65fc32a772fbf6aec0682140f50837c9a0f /examples | |
| parent | 80b958e441343d91ab3dfa0c3a4064e6ff9b9d01 (diff) | |
Lint and format code
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/custom_strategy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_strategy.py b/examples/custom_strategy.py index df6c22a..c3623ef 100644 --- a/examples/custom_strategy.py +++ b/examples/custom_strategy.py @@ -3,7 +3,7 @@ import pydantic as pd import robusta_krr -from robusta_krr.api.models import MetricsPodData, K8sObjectData, ResourceRecommendation, ResourceType, RunResult +from robusta_krr.api.models import K8sObjectData, MetricsPodData, ResourceRecommendation, ResourceType, RunResult from robusta_krr.api.strategies import BaseStrategy, StrategySettings from robusta_krr.core.integrations.prometheus.metrics import MaxCPULoader, MaxMemoryLoader |
