We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e783ff5 commit e900119Copy full SHA for e900119
src/poke_env/battle/abstract_battle.py
@@ -11,7 +11,6 @@
11
from poke_env.battle.pokemon import Pokemon
12
from poke_env.battle.pokemon_type import PokemonType
13
from poke_env.battle.side_condition import STACKABLE_CONDITIONS, SideCondition
14
-from poke_env.battle.status import Status
15
from poke_env.battle.weather import Weather
16
from poke_env.data import GenData, to_id_str
17
from poke_env.data.replay_template import REPLAY_TEMPLATE
0 commit comments