From 65fb3fa3c4081d8af1bc84a04b2945d8a58b1ba5 Mon Sep 17 00:00:00 2001 From: Thibault <70470823+ThibFrgsGmz@users.noreply.github.com> Date: Wed, 15 Jun 2022 21:34:20 +0200 Subject: [PATCH] rm useless inheritance from `object` in HelpText --- src/fprime/util/help_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fprime/util/help_text.py b/src/fprime/util/help_text.py index 4a382c35..a1aa255c 100644 --- a/src/fprime/util/help_text.py +++ b/src/fprime/util/help_text.py @@ -276,7 +276,7 @@ } -class HelpText(object): +class HelpText: """ There are two styles of help text: short (for argument descriptions) and long for full descriptions. This function will take a context key (command name, mnemonic, or other string) to lookup the full help text. The short help text