From ea71a42bbdd9b09a457727cfe763054625f7901a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 29 Mar 2021 09:43:19 -0700 Subject: [PATCH] formatting --- jc/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/jc/cli.py b/jc/cli.py index 84163fed..4c116e68 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -329,12 +329,10 @@ def helptext(): def versiontext(): """Return the version text""" - versiontext_string = f''' jc version {info.version} © 2019-2021 Kelly Brazil ''' - return textwrap.dedent(versiontext_string)