Skip to content

Commit 734999f

Browse files
committed
Reformatted per pre-commit
1 parent 8aff64d commit 734999f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

adafruit_logging.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,9 @@ def _level_for(value: int) -> str:
141141
- ``args`` - The additional positional arguments provided
142142
"""
143143

144+
144145
def _logRecordFactory(name, level, msg, args):
145-
return LogRecord(
146-
name, level, _level_for(level), msg, time.monotonic(), args
147-
)
146+
return LogRecord(name, level, _level_for(level), msg, time.monotonic(), args)
148147

149148

150149
class Handler:

0 commit comments

Comments
 (0)