Skip to content

Commit

Permalink
Fix quotes for linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Apr 1, 2020
1 parent ce83f3d commit 3c15687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/fathom_web/commands/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def model_from_json(weights, num_outputs, feature_names):
@option('--verbose', '-v',
default=False,
is_flag=True,
help="Show per-tag diagnostics, even though that could ruin blinding for the test set.")
help='Show per-tag diagnostics, even though that could ruin blinding for the test set.')
def main(testing_file, confidence_threshold, weights, verbose):
"""Compute the accuracy of the given coefficients and biases on a file of
testing vectors.
Expand Down

0 comments on commit 3c15687

Please sign in to comment.