From efaae5ecf8388d6c2c19289de50346d53d00c792 Mon Sep 17 00:00:00 2001 From: Sourcery AI <> Date: Sat, 8 Oct 2022 17:12:22 +0000 Subject: [PATCH] 'Refactored by Sourcery' --- pybitblock/SPV/spvblock.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index c51002c..a93910b 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -3455,9 +3455,7 @@ def runthenumbers(): blogo() closed() output = render("total amount", colors=['yellow'], align='left', font='tiny') - outputT = render( - a + " sats", colors=['green'], align='left', font='tiny' - ) + outputT = render(f"{a} sats", colors=['green'], align='left', font='tiny') print(output) print(outputT) input("\a\nContinue...")