Skip to content

Commit

Permalink
fix: black issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 26, 2024
1 parent 84bf3da commit dc9f50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appier/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def _wrap_record(cls, record):
thread=record.thread,
process=record.process,
logger=record.name,
meta=getattr(record, "meta", None)
meta=getattr(record, "meta", None),
)
)
record._wrapped = True
Expand Down

0 comments on commit dc9f50e

Please sign in to comment.