Skip to content

Commit

Permalink
added List import for arena.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lunathanael committed Mar 12, 2024
1 parent b7ecab8 commit 1db94e2
Showing 1 changed file with 1 addition 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 @@ -6,7 +6,7 @@
as they will greatly simplify the simulation procedure.
"""

from typing import TYPE_CHECKING
from typing import TYPE_CHECKING, List

import numpy as np
import numpy.typing as npt
Expand Down

0 comments on commit 1db94e2

Please sign in to comment.