Skip to content

Commit 8e52ec3

Browse files
committed
chore: apply black formatting to websocket_api_generator.py
1 parent 7c305a8 commit 8e52ec3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samtranslator/model/api/websocket_api_generator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ def __init__( # noqa: PLR0913
3333
self,
3434
logical_id: str,
3535
stage_name: str | None,
36-
stage_variables: dict[str, Intrinsicable[str]] | None, # I tried to keep presence of = None consistent with http
36+
stage_variables: (
37+
dict[str, Intrinsicable[str]] | None
38+
), # I tried to keep presence of = None consistent with http
3739
depends_on: list[str] | None,
3840
name: str | None,
3941
routes: dict[str, dict[str, Any]],

0 commit comments

Comments
 (0)