mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-22 12:49:01 +02:00
test: Avoid F541 (f-string without any placeholders)
This commit is contained in:
@@ -195,7 +195,7 @@ class Socks5Connection():
|
||||
if not self.serv.keep_alive:
|
||||
self.conn.close()
|
||||
else:
|
||||
logger.debug(f"Keeping client connection alive")
|
||||
logger.debug("Keeping client connection alive")
|
||||
|
||||
class Socks5Server():
|
||||
def __init__(self, conf):
|
||||
|
||||
Reference in New Issue
Block a user