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