lint: E302
authorjyooru <[email protected]>
Mon, 5 Jul 2021 05:56:07 +0000 (5 15:56 +1000)
committerjyooru <[email protected]>
Mon, 5 Jul 2021 05:56:07 +0000 (5 15:56 +1000)
minecraft/networking/packets/clientbound/play/__init__.py
minecraft/networking/packets/serverbound/play/__init__.py

index 1ca11ea..a186f4e 100644 (file)
@@ -374,6 +374,7 @@ class EntityLookPacket(Packet):
         {'on_ground': Boolean}
     ]
 
+
 class ResourcePackSendPacket(Packet):
     @staticmethod
     def get_id(context):
index fdce45e..10262e5 100644 (file)
@@ -268,6 +268,7 @@ class UseItemPacket(Packet):
 
     Hand = RelativeHand
 
+
 class ResourcePackStatusPacket(Packet):
     @staticmethod
     def get_id(context):