Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugubo authored and gmjosack committed Dec 4, 2023
1 parent ac647f6 commit 1a72488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modlunky2/ui/trackers/pacino_golf_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def get_text(self, config: PacinoGolfTrackerConfig):
if self.is_low:
out.append(f"Strokes: {self.total_strokes}")
else:
out.append(f"Strokes: ∞")
out.append("Strokes: ∞")
if config.show_resource_strokes:
out.append(f"Resources used: {self.resource_strokes}")
if config.show_treasure_strokes:
Expand Down

0 comments on commit 1a72488

Please sign in to comment.