Skip to content

Commit 9e9c312

Browse files
author
Rafael Marinho
committed
fix lint
1 parent edbb0f8 commit 9e9c312

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stream_chat/base/client.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,10 @@ def get_user_locations(
15171517

15181518
@abc.abstractmethod
15191519
def update_user_location(
1520-
self, user_id: str, message_id: str, options: Optional[SharedLocationsOptions] = None
1520+
self,
1521+
user_id: str,
1522+
message_id: str,
1523+
options: Optional[SharedLocationsOptions] = None,
15211524
) -> Union[StreamResponse, Awaitable[StreamResponse]]:
15221525
"""
15231526
Update the location of a user.

0 commit comments

Comments
 (0)