mirror of
https://github.com/basicswap/basicswap.git
synced 2026-06-11 13:31:41 +02:00
refactor: black
This commit is contained in:
@@ -20,7 +20,6 @@ from util import (
|
||||
)
|
||||
from tests.basicswap.util import read_json_api
|
||||
|
||||
|
||||
base_url = "http://localhost"
|
||||
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ from tests.basicswap.util import (
|
||||
from util import get_driver
|
||||
from selenium.webdriver.common.by import By
|
||||
|
||||
|
||||
logger = logging.getLogger()
|
||||
logger.level = logging.INFO
|
||||
if not len(logger.handlers):
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
import os
|
||||
from selenium.webdriver.common.by import By
|
||||
|
||||
|
||||
BSX_0_PORT = int(os.getenv("BSX_0_PORT", 12701))
|
||||
BSX_1_PORT = int(os.getenv("BSX_1_PORT", BSX_0_PORT + 1))
|
||||
BSX_2_PORT = int(os.getenv("BSX_1_PORT", BSX_0_PORT + 2))
|
||||
|
||||
Reference in New Issue
Block a user