Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
mshukuno committed Mar 8, 2024
1 parent 3933a4c commit b459c8f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions popsborder/effectiveness.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@ def validate_effectiveness(config, verbose=False):
effectiveness = config["inspection"]["effectiveness"]
else:
if verbose:
print(
"Effectiveness out of range: it should be between "
"0 and 1."
)
print("Effectiveness out of range: it should be between 0 and 1.")
return effectiveness

0 comments on commit b459c8f

Please sign in to comment.