Skip to content

Commit 95cd78f

Browse files
committed
Remove trailing comma
I don't know how this happened, I think black added it? But then it didn't re-add it this time when I removed it. Probably more of black's magic comma stuff that has been added recently
1 parent 9c79c89 commit 95cd78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticapm/transport/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def __init__(
7070
queue_chill_count=500,
7171
queue_chill_time=1.0,
7272
processors=None,
73-
**kwargs,
73+
**kwargs
7474
):
7575
"""
7676
Create a new Transport instance

0 commit comments

Comments
 (0)