Update python/plugins/MetaSearch/util.py

Co-Authored-By: Gustry <gustrimaille@yahoo.fr>
This commit is contained in:
Matthias Kuhn 2019-03-10 06:34:10 -04:00 committed by GitHub
parent 2076ca4fe0
commit 312473c4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@
#
###############################################################################
# avoid PendingDeprecationWarning from PyQt.uic
# avoid PendingDeprecationWarning from qgis.PyQt.uic
import warnings
warnings.filterwarnings("ignore", category=PendingDeprecationWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)