fix: remove pydantic
Some checks failed
Python application test / build (pull_request) Failing after 12m13s

This commit is contained in:
sangge-redmi 2024-04-29 18:48:19 +08:00
parent 7523e0c06a
commit ebfc70eeae

View File

@ -1,8 +1,6 @@
import unittest
import warnings
from pydantic import NoneStr
from detection.backdoor_detection import find_dangerous_functions
from detection.GPTdetection import detectGPT
import os