Skip to content

Commit 4b43170

Browse files
committed
formatting/linting
1 parent a8e5c01 commit 4b43170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

polling/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ async def get_service_result(input):
2626
# Set the error as BENIGN to indicate it is an expected error.
2727
# BENIGN errors have activity failure logs downgraded to DEBUG level
2828
# and do not emit activity failure metrics.
29-
category=ApplicationErrorCategory.BENIGN
29+
category=ApplicationErrorCategory.BENIGN,
3030
)

0 commit comments

Comments
 (0)