Skip to content

Commit 1875fd7

Browse files
fix: update stream_chat/base/channel.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5999443 commit 1875fd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stream_chat/base/channel.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,9 @@ def unarchive(
475475
pass
476476

477477
@abc.abstractmethod
478-
def update_member_partial(self, user_id: str, to_set: Dict = None, to_unset: Iterable[str] = None) -> Union[StreamResponse, Awaitable[StreamResponse]]:
478+
def update_member_partial(
479+
self, user_id: str, to_set: Dict = None, to_unset: Iterable[str] = None
480+
) -> Union[StreamResponse, Awaitable[StreamResponse]]:
479481
"""
480482
Update channel member partially
481483

0 commit comments

Comments
 (0)