lint: W293

This commit is contained in:
jyooru 2021-07-05 15:56:37 +10:00
parent 317f3e62b2
commit e40fb466ae
No known key found for this signature in database
GPG Key ID: 18550BD205E9EF64
1 changed files with 1 additions and 1 deletions

View File

@ -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}]