diff options
| author | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-03-09 09:30:21 +0200 |
|---|---|---|
| committer | Павел Жуков <33721692+LeaveMyYard@users.noreply.github.com> | 2023-03-09 09:30:21 +0200 |
| commit | 27d6256384ef0d3839de31dc896fa75283f30431 (patch) | |
| tree | 399a5d7c3499029cc51c35f8af045f735950dcb8 /robusta_krr/formatters/table.py | |
| parent | 70cecfd2388b06630f4291de1f9cd19e56949f21 (diff) | |
Refactored code
Diffstat (limited to 'robusta_krr/formatters/table.py')
| -rw-r--r-- | robusta_krr/formatters/table.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robusta_krr/formatters/table.py b/robusta_krr/formatters/table.py index 39f8ed7..1f1439b 100644 --- a/robusta_krr/formatters/table.py +++ b/robusta_krr/formatters/table.py @@ -2,7 +2,7 @@ from __future__ import annotations import itertools -from robusta_krr.core.formatters import BaseFormatter +from robusta_krr.core.abstract.formatters import BaseFormatter from robusta_krr.core.result import Result, ResourceType from robusta_krr.utils import resource_units |
