Write the project today and find the warning as shown in the figure , Although it does not affect operation , But it's really ugly !
terms of settlement :
Enter the command :
import warnings
warnings.filterwarnings("ignore",category=DeprecationWarning)
Problem solving !
————————————————
Copyright notice : This paper is about CSDN Blogger 「not The programmer 」 The original article of , follow CC 4.0 BY-SA Copyright agreement , For reprint, please attach the original source link and this statement .
Link to the original text :https://blog.csdn.net/weixin_45789365/article/details/114889012