Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint committed Dec 3, 2024
1 parent be45505 commit 0261c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/hk/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def get_costs(self, random_source: Random) -> typing.List[int]:
charms[index] += 1
return charms


class CharmCost(Range):
range_end = 6

Expand Down Expand Up @@ -320,7 +321,6 @@ def __init__(self, value):
# will fail schema afterwords
self.value[key] = data


def get_costs(self, charm_costs: typing.List[int]) -> typing.List[int]:
for name, cost in self.value.items():
charm_costs[charm_names.index(name)] = cost
Expand Down

0 comments on commit 0261c31

Please sign in to comment.