Skip to content

Commit 2a00e3a

Browse files
committed
fix linting
1 parent efa0d48 commit 2a00e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/summary/summary/core/webhook_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def _post_with_retries(url, data):
3030
session = _create_retry_session()
3131
session.headers.update(
3232
{
33-
"Authorization": f"Bearer {get_settings().webhook_api_token.get_secret_value()}"
33+
"Authorization": f"Bearer {get_settings().webhook_api_token.get_secret_value()}" # noqa: E501
3434
}
3535
)
3636
try:

0 commit comments

Comments
 (0)