Fix import order

This commit is contained in:
Zachy 2019-05-17 02:15:01 +01:00
parent 93f6d269da
commit a60b513e74

View File

@ -3,8 +3,8 @@ from minecraft.networking.packets import (
) )
from minecraft.networking.types import ( from minecraft.networking.types import (
Integer, FixedPointInteger, UnsignedByte, Byte, Boolean, UUID, Short, Integer, FixedPointInteger, Angle, UnsignedByte, Byte, Boolean, UUID,
VarInt, Double, Float, String, Enum, Difficulty, Dimension, GameMode, Angle Short, VarInt, Double, Float, String, Enum, Difficulty, Dimension, GameMode
) )
from .combat_event_packet import CombatEventPacket from .combat_event_packet import CombatEventPacket