From e40fb466aea95bda4ac1ce84df40d41005c2b0b3 Mon Sep 17 00:00:00 2001 From: jyooru <63786778+jyooru@users.noreply.github.com> Date: Mon, 5 Jul 2021 15:56:37 +1000 Subject: [PATCH] lint: W293 --- minecraft/networking/packets/clientbound/play/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraft/networking/packets/clientbound/play/__init__.py b/minecraft/networking/packets/clientbound/play/__init__.py index a186f4e..ce8d740 100644 --- a/minecraft/networking/packets/clientbound/play/__init__.py +++ b/minecraft/networking/packets/clientbound/play/__init__.py @@ -150,7 +150,7 @@ class SetCompressionPacket(Packet): def get_id(context): return 0x03 if context.protocol_later_eq(755) else \ 0x46 - + packet_name = "set compression" definition = [ {'threshold': VarInt}]