1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

revert f-string to regular string

This commit is contained in:
Kelly Brazil
2022-04-25 19:22:18 -07:00
parent 7b22db50d3
commit 5bb4e2b4b6

View File

@ -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'