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/utils | |
| parent | 70cecfd2388b06630f4291de1f9cd19e56949f21 (diff) | |
Refactored code
Diffstat (limited to 'robusta_krr/utils')
| -rw-r--r-- | robusta_krr/utils/configurable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robusta_krr/utils/configurable.py b/robusta_krr/utils/configurable.py index c8f517f..650f0ed 100644 --- a/robusta_krr/utils/configurable.py +++ b/robusta_krr/utils/configurable.py @@ -2,7 +2,7 @@ from rich.console import Console from typing import Literal -from robusta_krr.core.config import Config +from robusta_krr.core.models.config import Config console = Console() |
