Skip to content

Commit dbebbb1

Browse files
authored
fix: dump_default -> dumps_default
1 parent addd085 commit dbebbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socketio-stubs/msgpack_packet.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ class MsgPackPacket(Packet):
1313
@classmethod
1414
def configure(
1515
cls,
16-
dump_default: Callable[[Any], Any] | None = ...,
16+
dumps_default: Callable[[Any], Any] | None = ...,
1717
ext_hook: Callable[[int, bytes], Any] = ...,
1818
) -> type[CustomMsgPackPacket]: ...

0 commit comments

Comments
 (0)