chore: remove blankline

This commit is contained in:
Bastien Decorte 2023-09-08 21:46:31 -04:00 committed by GitHub
parent 521268b863
commit 67c5bfced1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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