Skip to content

Commit

Permalink
Merge #1229: Fix linter errors in test/e2e-coinjoin-test.py
Browse files Browse the repository at this point in the history
62d7d73 Fix linter errors (Kristaps Kaupe)
  • Loading branch information
AdamISZ committed Apr 9, 2022
2 parents d748c28 + 62d7d73 commit 68c8d4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/e2e-coinjoin-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
from twisted.web.client import readBody, Headers
from common import make_wallets
import pytest
import random
import json
from datetime import datetime
from jmbase import (get_nontor_agent, BytesProducer, jmprint,
get_log, stop_reactor)
from jmclient import (YieldGeneratorBasic, load_test_config, jm_single,
JMClientProtocolFactory, start_reactor, SegwitWallet, get_mchannels,
SegwitLegacyWallet, JMWalletDaemon)
from jmclient.wallet_utils import wallet_gettimelockaddress
from jmclient.wallet_rpc import api_version_string

log = get_log()
Expand Down

0 comments on commit 68c8d4a

Please sign in to comment.