Skip to content

Commit

Permalink
Apply flake8 fix for E713
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 15, 2021
1 parent 6fcafbd commit a51ad0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyhf/modifiers/staterror.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def finalize(self):
mask_this_sample = default_backend.astensor(
v['data']['mask'], dtype='bool'
)
if not modname in masks:
if modname not in masks:
masks[modname] = mask_this_sample
else:
print(mask_this_sample, masks[modname])
Expand Down

0 comments on commit a51ad0e

Please sign in to comment.