From 5bb4e2b4b6bdf7ac113527a483d56478306bf7af Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 25 Apr 2022 19:22:18 -0700 Subject: [PATCH] revert f-string to regular string --- jc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/cli.py b/jc/cli.py index aaedfbce..1657a321 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -37,7 +37,7 @@ class info(): author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' website = 'https://github.com/kellyjonbrazil/jc' - copyright = f'© 2019-2022 Kelly Brazil' + copyright = '© 2019-2022 Kelly Brazil' license = 'MIT License'