From de9e1c68ec096207889b2b33ee42ca54233ff0ce Mon Sep 17 00:00:00 2001 From: "martin.holmer@gmail.com" Date: Wed, 30 Oct 2024 11:00:42 -0400 Subject: [PATCH] black format change --- tmd/areas/chisquare_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmd/areas/chisquare_test.py b/tmd/areas/chisquare_test.py index bb10701..4e0dd68 100644 --- a/tmd/areas/chisquare_test.py +++ b/tmd/areas/chisquare_test.py @@ -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: