Skip to content

Commit

Permalink
Removed redundant print
Browse files Browse the repository at this point in the history
  • Loading branch information
itisallgood committed Oct 24, 2024
1 parent 10da31a commit bc93fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robusta_krr/core/models/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def __init__(self) -> None:
pass

def __getattr__(self, name: str):
print("it is just config")

if _config is None:
raise AttributeError("Config is not set")

Expand Down

0 comments on commit bc93fed

Please sign in to comment.