Skip to content

Commit 7e3a0ae

Browse files
author
Rafael Marinho
committed
lint(cha-648) fix lint
1 parent ddc99f7 commit 7e3a0ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stream_chat/base/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,10 +1505,10 @@ def query_reminders(
15051505
:return: API response with reminders
15061506
"""
15071507
pass
1508-
1508+
15091509
@abc.abstractmethod
15101510
def get_user_locations(
1511-
self, user_id: str, **options: Any
1511+
self, user_id: str, **options: Any
15121512
) -> Union[StreamResponse, Awaitable[StreamResponse]]:
15131513
"""
15141514
Get the locations of a user.

0 commit comments

Comments
 (0)