lint: W292

This commit is contained in:
jyooru 2021-07-05 15:55:17 +10:00
parent 3db741ad52
commit 550886b414
No known key found for this signature in database
GPG Key ID: 18550BD205E9EF64
2 changed files with 2 additions and 2 deletions

View File

@ -384,4 +384,4 @@ class ResourcePackSendPacket(Packet):
definition = [
{"url": String},
{"hash": String}
]
]

View File

@ -275,4 +275,4 @@ class ResourcePackStatusPacket(Packet):
packet_name = "resource pask status"
definition = [
{"result": VarInt}
]
]