Fix up some imports in map.room
This commit is contained in:
parent
706a244382
commit
09480e7499
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Implements an abstract Room class, and subclasses that implement it. Rooms are b
|
|||
|
||||
from typing import Iterator
|
||||
|
||||
from ..geometry import Rect
|
||||
from ..geometry import Point, Rect
|
||||
|
||||
|
||||
class Room:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue