mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
merge: Fix merge and lint issues.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user