Skip to content

Commit 740532f

Browse files
committed
remove blank lines
1 parent c98408a commit 740532f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/bridgeLogger.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ class MyLogger(logging.getLoggerClass()):
3535
def __init__(self, name, level=logging.NOTSET):
3636
super().__init__(name, level)
3737

38-
3938
def trace(self, msg, *args, **kwargs):
4039
if self.isEnabledFor(logging.TRACE):
4140
self._log(logging.TRACE, msg, args, **kwargs)
4241

43-
4442
def details(self, msg, *args, **kwargs):
4543
if self.isEnabledFor(logging.MOREINFO):
4644
self._log(logging.MOREINFO, msg, args, **kwargs)

0 commit comments

Comments
 (0)