Remove an unused import

This commit is contained in:
Eryn Wells 2023-02-09 21:04:26 -08:00
parent fff3260d01
commit 771926088c

View file

@ -1,6 +1,6 @@
from typing import Iterator
from ..geometry import Point, Rect
from ..geometry import Point
class Room: