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 /robusta_krr/utils | |
| parent | 80b958e441343d91ab3dfa0c3a4064e6ff9b9d01 (diff) | |
Lint and format code
Diffstat (limited to 'robusta_krr/utils')
| -rw-r--r-- | robusta_krr/utils/configurable.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/robusta_krr/utils/configurable.py b/robusta_krr/utils/configurable.py index 4fbd804..183fc29 100644 --- a/robusta_krr/utils/configurable.py +++ b/robusta_krr/utils/configurable.py @@ -1,5 +1,4 @@ import abc -from inspect import getframeinfo, stack from typing import Literal, Union from rich.console import Console @@ -62,7 +61,6 @@ class Configurable(abc.ABC): """ if self.debug_active: - caller = getframeinfo(stack()[1][0]) self.console.print( self.__add_prefix( message, |
