Some more fixes from the linter

This commit is contained in:
Eryn Wells 2022-05-07 09:57:39 -07:00
parent 7720bc525a
commit 57bbb2c3fc
3 changed files with 3 additions and 4 deletions

View file

@ -2,8 +2,8 @@
# Eryn Wells <eryn@erynwells.me> # Eryn Wells <eryn@erynwells.me>
import logging import logging
from .geometry import Direction
from typing import Optional, TYPE_CHECKING from typing import Optional, TYPE_CHECKING
from .geometry import Direction
if TYPE_CHECKING: if TYPE_CHECKING:
from .engine import Engine from .engine import Engine
@ -14,7 +14,6 @@ LOG = logging.getLogger('events')
class ActionResult: class ActionResult:
'''An object that represents the result of an Action. '''An object that represents the result of an Action.
Attributes Attributes
---------- ----------
success : bool success : bool