Skip to content

Commit

Permalink
Merge pull request #152 from lvlvllvlvllvlvl/dev
Browse files Browse the repository at this point in the history
fix error
  • Loading branch information
lvlvllvlvllvlvl authored Dec 15, 2023
2 parents 19bd343 + 6c08878 commit ec24b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPoE/poe/file/translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ def __init__(
self.convert_type = convert_type
super().__init__(id=id, handler=self.handle, reverse_handler=self.reverse)

def range_format(self, v: tuple):
def range_format(self, v: tuple, _):
return v[0] if v[0] == v[1] else self.placeholder

def handle(self, v):
Expand Down

0 comments on commit ec24b54

Please sign in to comment.