Skip to content

Commit 3363cfb

Browse files
committed
Remove leftover line
1 parent 227fec2 commit 3363cfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

localstack-core/localstack/services/events/provider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ def _get_public_parameters(self, auth_type: str, auth_parameters: dict) -> dict:
284284
"AuthorizationEndpoint": oauth_params["AuthorizationEndpoint"],
285285
"HttpMethod": oauth_params["HttpMethod"],
286286
"ClientParameters": {"ClientID": oauth_params["ClientParameters"]["ClientID"]},
287-
"OAuthHttpParameters": oauth_params.get("OAuthHttpParameters"),
288287
}
289288
if "OAuthHttpParameters" in oauth_params:
290289
public_params["OAuthParameters"]["OAuthHttpParameters"] = oauth_params.get(

0 commit comments

Comments
 (0)