From 20184068336f1f7b086792df60c3357e5d5aea50 Mon Sep 17 00:00:00 2001 From: spinerak Date: Sat, 15 Jun 2024 01:03:51 +0200 Subject: [PATCH] added , because of style --- worlds/yachtdice/Items.py | 2 +- worlds/yachtdice/Options.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ], - ) + ), ]