Skip to content

Commit d9645d5

Browse files
committed
add trailing comma
1 parent f0315f4 commit d9645d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class CompressionAlgo(Enum):
7979
],
8080
"metric_code_locations": Optional[bool],
8181
"enable_logs": Optional[bool],
82-
"before_send_log": Optional[Callable[[Log, Hint], Optional[Log]]]
82+
"before_send_log": Optional[Callable[[Log, Hint], Optional[Log]]],
8383
},
8484
total=False,
8585
)

0 commit comments

Comments
 (0)