Skip to content

Commit 239d3e1

Browse files
committed
style(stubs): collapse reply_err signature to single line for black
1 parent ddb8330 commit 239d3e1

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

zenoh/__init__.pyi

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -866,12 +866,7 @@ class Query:
866866
Response QoS now automatically matches the original query's QoS to avoid priority inversion.
867867
"""
868868

869-
def reply_err(
870-
self,
871-
payload: _IntoZBytes,
872-
*,
873-
encoding: _IntoEncoding | None = None,
874-
):
869+
def reply_err(self, payload: _IntoZBytes, *, encoding: _IntoEncoding | None = None):
875870
"""Sends a :class:`ReplyError` as a reply to this query."""
876871

877872
def reply_del(

0 commit comments

Comments
 (0)