merge: Fix merge and lint issues.

This commit is contained in:
tecnovert
2022-10-11 07:55:35 +02:00
parent e913957e41
commit 58a2707526
10 changed files with 30 additions and 24 deletions

View File

@@ -32,7 +32,6 @@ from .basicswap_util import (
from .js_server import (
js_error,
js_url_to_function,
js_generatenotification,
)
from .ui.util import (
getCoinName,
@@ -88,6 +87,7 @@ def listExplorerActions(swap_client):
('unspent', 'List Unspent')]
return actions
class HttpHandler(BaseHTTPRequestHandler):
def checkForm(self, post_string, name, messages):