diff --git a/worlds/yachtdice/Items.py b/worlds/yachtdice/Items.py index d8395555bd..fa52c93ad6 100644 --- a/worlds/yachtdice/Items.py +++ b/worlds/yachtdice/Items.py @@ -114,5 +114,5 @@ item_groups = { "10 Points", "1 Point", "Bonus Point" - } + }, } diff --git a/worlds/yachtdice/Options.py b/worlds/yachtdice/Options.py index d795af6513..b0f8d3ff96 100644 --- a/worlds/yachtdice/Options.py +++ b/worlds/yachtdice/Options.py @@ -325,5 +325,5 @@ yd_option_groups = [ AddStoryChapters, WhichStory ], - ) + ), ]