mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2025-02-08 07:51:26 +01:00
lint: E302
This commit is contained in:
parent
550886b414
commit
317f3e62b2
@ -374,6 +374,7 @@ class EntityLookPacket(Packet):
|
|||||||
{'on_ground': Boolean}
|
{'on_ground': Boolean}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class ResourcePackSendPacket(Packet):
|
class ResourcePackSendPacket(Packet):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_id(context):
|
def get_id(context):
|
||||||
|
@ -268,6 +268,7 @@ class UseItemPacket(Packet):
|
|||||||
|
|
||||||
Hand = RelativeHand
|
Hand = RelativeHand
|
||||||
|
|
||||||
|
|
||||||
class ResourcePackStatusPacket(Packet):
|
class ResourcePackStatusPacket(Packet):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_id(context):
|
def get_id(context):
|
||||||
|
Loading…
Reference in New Issue
Block a user