dify
This commit is contained in:
7
dify/api/extensions/ext_warnings.py
Normal file
7
dify/api/extensions/ext_warnings.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from dify_app import DifyApp
|
||||
|
||||
|
||||
def init_app(app: DifyApp):
|
||||
import warnings
|
||||
|
||||
warnings.simplefilter("ignore", ResourceWarning)
|
||||
Reference in New Issue
Block a user