Merge "Remove unnecessary 'if True'"

This commit is contained in:
Zuul 2017-10-20 06:10:00 +00:00 committed by Gerrit Code Review
commit 6a3c826e3b

View File

@ -81,7 +81,6 @@ def pbr(dist, attr, value):
not work well with distributions that do use a `Distribution` subclass.
"""
if True:
if not value:
return
if isinstance(value, string_type):