refactor: Update the backstage string to be the same as the python code (and not from the requirements README)

This commit is contained in:
Vasu Bhatia 2025-12-07 18:15:11 +00:00
parent 2df4ee7916
commit bc950ad8d1

View File

@ -2,7 +2,7 @@
from __future__ import annotations from __future__ import annotations
AGED_BRIE: str = "Aged Brie" AGED_BRIE: str = "Aged Brie"
BACKSTAGE_PASSES: str = "Backstage passes" BACKSTAGE_PASSES: str = "Backstage passes to a TAFKAL80ETC concert"
CONJURED: str = "Conjured" CONJURED: str = "Conjured"
MAX_QUALITY: int = 50 MAX_QUALITY: int = 50
MIN_QUALITY: int = 0 MIN_QUALITY: int = 0