Skip to content

Commit e72e8a7

Browse files
committed
Black formatting
1 parent 1370359 commit e72e8a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

twitchio/http.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,10 @@ async def update_reward(
389389
token: str,
390390
broadcaster_id: int,
391391
reward_id: str,
392-
title: Optional[str] = None,
393-
prompt: Optional[str] = None,
392+
title: Optional[str] = None,
393+
prompt: Optional[str] = None,
394394
cost: Optional[int] = None,
395-
background_color: Optional[str] = None,
395+
background_color: Optional[str] = None,
396396
enabled: Optional[bool] = None,
397397
input_required: Optional[bool] = None,
398398
max_per_stream_enabled: Optional[bool] = None,

0 commit comments

Comments
 (0)