Merge "Remove unnecessary 'if True'"
This commit is contained in:
commit
6a3c826e3b
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user