File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,9 @@ async def upload_channel_image(
6262 if kwargs :
6363 raise TypeError (f"Unexpected keyword arguments: { ', ' .join (kwargs .keys ())} " )
6464 if channel_type is None :
65- raise TypeError ("upload_channel_image() missing required argument: 'channel_type'" )
65+ raise TypeError (
66+ "upload_channel_image() missing required argument: 'channel_type'"
67+ )
6668 if id is None :
6769 raise TypeError ("upload_channel_image() missing required argument: 'id'" )
6870 if file is None :
Original file line number Diff line number Diff line change @@ -62,7 +62,9 @@ def upload_channel_image(
6262 if kwargs :
6363 raise TypeError (f"Unexpected keyword arguments: { ', ' .join (kwargs .keys ())} " )
6464 if channel_type is None :
65- raise TypeError ("upload_channel_image() missing required argument: 'channel_type'" )
65+ raise TypeError (
66+ "upload_channel_image() missing required argument: 'channel_type'"
67+ )
6668 if id is None :
6769 raise TypeError ("upload_channel_image() missing required argument: 'id'" )
6870 if file is None :
You can’t perform that action at this time.
0 commit comments