Skip to content

Commit

Permalink
black format change
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Oct 30, 2024
1 parent 4bda956 commit de9e1c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmd/areas/chisquare_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def check_arguments():
numbins = int(sys.argv[3])
if numbins < MINIMUM_NUM_BINS:
sys.stderr.write(
f"ERROR: numbins must be no less than {MINIMUM_NUM_BINS}\n")
f"ERROR: numbins must be no less than {MINIMUM_NUM_BINS}\n"
)
all_ok = False
dump = False
if numargs >= 4:
Expand Down

0 comments on commit de9e1c6

Please sign in to comment.