Skip to content

Commit a2f2957

Browse files
committed
Useless lambda
1 parent 888bc0a commit a2f2957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiomisc_log/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def basic_config(
140140

141141
logging_handlers = list(
142142
map(
143-
lambda x: handler_wrapper(x),
143+
handler_wrapper,
144144
filter(
145145
None,
146146
chain(

0 commit comments

Comments
 (0)