Skip to content

Commit 6c6fce4

Browse files
committed
Use Point2List
1 parent f9477fd commit 6c6fce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arcade/draw/rect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def draw_rect_outline(
280280
o_top = top + HALF_BORDER
281281

282282
# Declared separately because the code below seems to break mypy
283-
point_list: PointList
283+
point_list: Point2List
284284

285285
# This is intentionally unrolled to minimize repacking tuples
286286
if tilt_angle == 0:

0 commit comments

Comments
 (0)