Skip to content

Commit

Permalink
meet flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
nstomos committed Mar 19, 2019
1 parent 1388869 commit 1de64f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clpy/core/reduction.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class simple_reduction_function(object):

# TODO(tomoharu.kitawaki): debug 0 size reduction and remove this
if a.size == 0:
if self.identity in ['true','false']:
if self.identity in ['true', 'false']:
ret_identity = True if self.identity=='true' else False
else:
ret_identity = self.identity
Expand Down

0 comments on commit 1de64f1

Please sign in to comment.