Skip to content

Commit d13cfd8

Browse files
fix: linting
1 parent d429467 commit d13cfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_chat/channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ def update_member_partial(
247247
raise StreamChannelException("user_id must not be empty")
248248

249249
payload = {"set": to_set or {}, "unset": to_unset or []}
250-
return self.client.patch(f"{self.url}/member/{user_id}", data=payload)
250+
return self.client.patch(f"{self.url}/member/{user_id}", data=payload)

0 commit comments

Comments
 (0)