We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fda21 commit 4810b67Copy full SHA for 4810b67
1 file changed
arcade/sprite_list/sprite_list.py
@@ -25,7 +25,7 @@
25
from arcade.gl.buffer import Buffer
26
from arcade.gl.types import BlendFunction, OpenGlFilter, PyGLenum
27
from arcade.gl.vertex_array import Geometry
28
-from arcade.types import RGBA255, Color, Point2, Point, RGBANormalized, RGBOrA255, RGBOrANormalized
+from arcade.types import RGBA255, Color, Point, Point2, RGBANormalized, RGBOrA255, RGBOrANormalized
29
from arcade.utils import copy_dunders_unimplemented
30
31
if TYPE_CHECKING:
0 commit comments