Skip to content

Commit

Permalink
renamed arena.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lunathanael committed Mar 11, 2024
1 parent 3140342 commit e77cd9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion clash_royale/envs/game_engine/arena.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from typing import TYPE_CHECKING

from clash_royale.envs.game_engine.entities.entity import Entity, EntityCollection
from clash_royale.envs.game_engine.entities.entity import EntityCollection

if TYPE_CHECKING:
from clash_royale.envs.game_engine.game_engine import GameEngine
Expand Down
1 change: 1 addition & 0 deletions clash_royale/envs/game_engine/logic/attack.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from clash_royale.envs.game_engine.utils import distance

if TYPE_CHECKING:
# Only import for typechecking to prevent circular dependency
from clash_royale.envs.game_engine.entities.logic_entity import LogicEntity


Expand Down

0 comments on commit e77cd9d

Please sign in to comment.