Skip to content

Commit 4810b67

Browse files
committed
import order
1 parent 24fda21 commit 4810b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arcade/sprite_list/sprite_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from arcade.gl.buffer import Buffer
2626
from arcade.gl.types import BlendFunction, OpenGlFilter, PyGLenum
2727
from arcade.gl.vertex_array import Geometry
28-
from arcade.types import RGBA255, Color, Point2, Point, RGBANormalized, RGBOrA255, RGBOrANormalized
28+
from arcade.types import RGBA255, Color, Point, Point2, RGBANormalized, RGBOrA255, RGBOrANormalized
2929
from arcade.utils import copy_dunders_unimplemented
3030

3131
if TYPE_CHECKING:

0 commit comments

Comments
 (0)