tests: Fix lint issues.

This commit is contained in:
tecnovert
2023-12-19 13:21:15 +02:00
parent 5bec1c31da
commit fb48797298
2 changed files with 1 additions and 7 deletions

View File

@@ -465,5 +465,5 @@ class CoinInterface:
if 'daemon is busy' in str_error:
return True
if 'timed out' in str_error:
+ return True
return True
return False