Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

remove deprecation warning python

## Last resource when everything else fails
$ pip install shutup

##At the top of the code
import shutup;
shutup.please()

## Also you should just fix your code
 
PREVIOUS NEXT
Tagged: #remove #deprecation #warning #python
ADD COMMENT
Topic
Name
5+6 =