From 67c5bfced131313021c8963006ff636111540946 Mon Sep 17 00:00:00 2001 From: Bastien Decorte Date: Fri, 8 Sep 2023 21:46:31 -0400 Subject: [PATCH] chore: remove blankline --- chatdev/chat_chain.py | 1 - 1 file changed, 1 deletion(-) diff --git a/chatdev/chat_chain.py b/chatdev/chat_chain.py index cc451e9d..d66094b9 100644 --- a/chatdev/chat_chain.py +++ b/chatdev/chat_chain.py @@ -52,7 +52,6 @@ class ChatChain: with open(self.config_phase_path, 'r', encoding="utf8") as file: self.config_phase = json.load(file) with open(self.config_role_path, 'r', encoding="utf8") as file: - self.config_role = json.load(file) # init chatchain config and recruitments