Skip to content

Commit

Permalink
add missing enum value to models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRoomZ authored and gwax committed May 10, 2024
1 parent 85c3d70 commit b23cc05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mtg_ssm/scryfall/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class ScryFrameEffect(str, Enum):
NYXBORN = "nyxborn"
NYXTOUCHED = "nyxtouched"
ORIGINPWDFC = "originpwdfc"
PROMO = "promo"
SHATTEREDGLASS = "shatteredglass"
SHOWCASE = "showcase"
SNOW = "snow"
Expand Down

0 comments on commit b23cc05

Please sign in to comment.