remove guard config json (#70)

* remove guard config json

* formating
This commit is contained in:
Co Tran 2024-09-24 13:33:31 -07:00 committed by GitHub
parent dd8c43a392
commit d5d79256b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 21 deletions

View file

@ -124,5 +124,4 @@ class GuardHandler:
f"{self.task}_verdict": verdict,
f"{self.task}_sentence": sentence,
}
print("Guard time : ", result_dict["time"])
return result_dict