lint: E302

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

View File

@ -374,6 +374,7 @@ class EntityLookPacket(Packet):
{'on_ground': Boolean}
]
class ResourcePackSendPacket(Packet):
@staticmethod
def get_id(context):

View File

@ -268,6 +268,7 @@ class UseItemPacket(Packet):
Hand = RelativeHand
class ResourcePackStatusPacket(Packet):
@staticmethod
def get_id(context):