diff options
| author | avi robusta <avi@robusta.dev> | 2023-05-30 14:48:03 +0300 |
|---|---|---|
| committer | avi robusta <avi@robusta.dev> | 2023-05-30 14:48:03 +0300 |
| commit | 79d528b7f4fb7a427f0e8d61cfe49ba1ababa1b6 (patch) | |
| tree | 80eb629d085e8cd53428893be9f470c5dfe40882 /examples/custom_severity_calculator.py | |
| parent | 412e729d2d79927317555d0aef7e056e2aacbd16 (diff) | |
black isort flake8 formatting
Diffstat (limited to 'examples/custom_severity_calculator.py')
| -rw-r--r-- | examples/custom_severity_calculator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_severity_calculator.py b/examples/custom_severity_calculator.py index 5978bfc..3986c45 100644 --- a/examples/custom_severity_calculator.py +++ b/examples/custom_severity_calculator.py @@ -5,7 +5,7 @@ from __future__ import annotations from typing import Optional import robusta_krr -from robusta_krr.api.models import Severity, ResourceType, register_severity_calculator +from robusta_krr.api.models import ResourceType, Severity, register_severity_calculator @register_severity_calculator(ResourceType.CPU) |
