Skip to content

Commit c639c2a

Browse files
committed
Apply ruff auto-fixes
1 parent 064111b commit c639c2a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

geometry/collision_detection.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515

1616
from __future__ import annotations
1717

18-
from dataclasses import dataclass
1918
import math
20-
from typing import Tuple
19+
from dataclasses import dataclass
2120

2221
from geometry import Circle, Rectangle
2322

24-
Point = Tuple[float, float]
23+
Point = tuple[float, float]
2524

2625

2726
@dataclass

0 commit comments

Comments
 (0)