Skip to content

Commit e59b421

Browse files
author
Rafael Marinho
committed
fix(cha-769): lint
1 parent a5d54e8 commit e59b421

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stream_chat/base/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,9 @@ def query_drafts(
14411441
pass
14421442

14431443
@abc.abstractmethod
1444-
def get_user_locations(self, user_id: str, **options: Any) -> Union[StreamResponse, Awaitable[StreamResponse]]:
1444+
def get_user_locations(
1445+
self, user_id: str, **options: Any
1446+
) -> Union[StreamResponse, Awaitable[StreamResponse]]:
14451447
"""
14461448
Get the locations of a user.
14471449
"""

0 commit comments

Comments
 (0)