mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Update python/plugins/MetaSearch/util.py
Co-Authored-By: Gustry <gustrimaille@yahoo.fr>
This commit is contained in:
parent
2076ca4fe0
commit
312473c4dd
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user