Skip to content

Commit fa15390

Browse files
committed
Fix tests and typing
1 parent 48c7982 commit fa15390

5 files changed

Lines changed: 182 additions & 136 deletions

File tree

arcade/sprite_list/collision.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
import struct
21
from collections.abc import Iterable
32

4-
from arcade import (
5-
get_window,
6-
)
73
from arcade.geometry import (
84
are_polygons_intersecting,
95
is_point_in_polygon,

0 commit comments

Comments
 (0)