Skip to content

Commit

Permalink
Update stream_chat/base/channel.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
totalimmersion and github-actions[bot] committed Mar 29, 2023
1 parent b4aa925 commit c9626e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stream_chat/base/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ def delete_reaction(
pass

@abc.abstractmethod
def create(self, user_id: str, **options: Any) -> Union[StreamResponse, Awaitable[StreamResponse]]:
def create(
self, user_id: str, **options: Any
) -> Union[StreamResponse, Awaitable[StreamResponse]]:
"""
Create the channel
Expand Down

0 comments on commit c9626e5

Please sign in to comment.