Skip to content

Commit 1c6df84

Browse files
committed
fix: update logger module
1 parent 9c44031 commit 1c6df84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

builder/tools/logger.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ class Logger:
2020
_instance = None
2121
_lock = threading.Lock()
2222

23-
def __init__(self):
24-
raise RuntimeError("Call get_logger() instead.")
25-
2623
def __new__(cls, *args, **kwargs) -> object:
2724
if not cls._instance:
2825
with cls._lock:

0 commit comments

Comments
 (0)