Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Nov 27, 2024
1 parent 3c70f6c commit b5445b0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/itwinai/loggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,24 +458,6 @@ def log(
print(f"ConsoleLogger: {identifier} = {item}")


def root():
raise ValueError("ROOT")


def middle():
try:
root()
except Exception:
raise ValueError("MIDDLE")


def outer():
try:
middle()
except Exception:
raise ValueError("OUTER")


class MLFlowLogger(Logger):
"""Abstraction around MLFlow logger.
Expand Down

0 comments on commit b5445b0

Please sign in to comment.