fix pylint C0209 (consider-using-f-string)

This commit is contained in:
Pavol Rusnak
2023-01-30 11:46:43 +00:00
parent 9fa3e5c6cf
commit a0cc55c5a1
5 changed files with 16 additions and 22 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ class SparkWallet(Wallet):
unhashed_description: Optional[bytes] = None,
**kwargs,
) -> InvoiceResponse:
label = "lbs{}".format(random.random())
label = f"lbs{random.random()}"
checking_id = label
try: