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 064111b commit c639c2aCopy full SHA for c639c2a
geometry/collision_detection.py
@@ -15,13 +15,12 @@
15
16
from __future__ import annotations
17
18
-from dataclasses import dataclass
19
import math
20
-from typing import Tuple
+from dataclasses import dataclass
21
22
from geometry import Circle, Rectangle
23
24
-Point = Tuple[float, float]
+Point = tuple[float, float]
25
26
27
@dataclass
0 commit comments