Merge pull request #31 from bo0st3r/patch-1

chore: remove blankline
This commit is contained in:
Thinkwee 2023-09-09 16:28:00 +08:00 committed by GitHub
commit f8aaf5ae4e
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