From 56910e6e9c99889febce6b4be9ad345f31e83ae8 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Mon, 23 Jan 2023 06:59:14 +0100 Subject: [PATCH] Fix formatting --- scour/scour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scour/scour.py b/scour/scour.py index c64d0d2..e203a75 100644 --- a/scour/scour.py +++ b/scour/scour.py @@ -3899,7 +3899,7 @@ class HeaderedFormatter(optparse.IndentedHelpFormatter): def format_usage(self, usage): return "{} {}\n{}\n{}".format(APP, VER, COPYRIGHT, - optparse.IndentedHelpFormatter.format_usage(self, usage)) + optparse.IndentedHelpFormatter.format_usage(self, usage)) # GZ: would prefer this to be in a function or class scope, but tests etc need