Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pmariglia committed Jan 23, 2025
1 parent b3a0471 commit 09e084d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_pkmn_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ def test_omits_impossible_ability_when_predicting_set(self):
any_set_has_intimidate = any(
set_.pkmn_set.ability == "intimidate" for set_ in all_sets
)
self.assertTrue(any_set_has_intimidate) # this is True because intimidate is the ability
self.assertTrue(
any_set_has_intimidate
) # this is True because intimidate is the ability

def test_uses_removed_item_when_predicting_set(self):
TeamDatasets.initialize(
Expand Down

0 comments on commit 09e084d

Please sign in to comment.