logger: fix missing whitespace
This commit is contained in:
parent
9463af0014
commit
6ccf556150
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ class Logger:
|
|||
T = typing.TypeVar("T")
|
||||
P = typing.ParamSpec("P")
|
||||
|
||||
|
||||
class Tracer:
|
||||
def __init__(self, logger: Logger, level: LogLevel = LogLevel.Trace, max_depth: int = 15):
|
||||
self.depth: int = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue