mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2024-11-07 18:40:13 +03:00
chore: remove blankline
This commit is contained in:
parent
521268b863
commit
67c5bfced1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user