Clean up unused imports in ai.py
This commit is contained in:
parent
da3d30872b
commit
95cc3034b8
1 changed files with 1 additions and 2 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Eryn Wells <eryn@erynwells.me>
|
# Eryn Wells <eryn@erynwells.me>
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from os import path
|
|
||||||
import random
|
import random
|
||||||
from typing import TYPE_CHECKING, List, Optional
|
from typing import TYPE_CHECKING, List, Optional
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import tcod
|
import tcod
|
||||||
|
|
||||||
from .actions import Action, BumpAction, MeleeAction, WaitAction
|
from .actions import Action, BumpAction, WaitAction
|
||||||
from .components import Component
|
from .components import Component
|
||||||
from .geometry import Direction, Point
|
from .geometry import Direction, Point
|
||||||
from .object import Entity
|
from .object import Entity
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue