Merge "Remove warning filter"

This commit is contained in:
Zuul 2019-09-25 14:37:54 +00:00 committed by Gerrit Code Review
commit 6a038cd729

View File

@ -17,10 +17,8 @@
import six
import six.moves.urllib.parse as urlparse
import warnings
from glance_store.i18n import _
warnings.simplefilter('always')
class BackendException(Exception):