Skip to content

Commit

Permalink
Update python/plugins/MetaSearch/util.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Gustry <gustrimaille@yahoo.fr>
  • Loading branch information
m-kuhn and Gustry authored Mar 10, 2019
1 parent 2076ca4 commit 312473c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/MetaSearch/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 312473c

Please sign in to comment.