Skip to content

Commit 8f150fa

Browse files
authored
Remove unused imports in python int. tests (payjoin#779)
Remove unused imports from the python integration tests.
2 parents 7cf3df0 + 6d69ee4 commit 8f150fa

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

payjoin-ffi/python/test/test_payjoin_integration_test.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import base64
2-
from binascii import unhexlify
31
import os
42
import sys
53
import httpx
@@ -15,17 +13,11 @@
1513
0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src"))
1614
)
1715

18-
import hashlib
1916
import unittest
2017
from pprint import *
2118
from bitcoin import SelectParams
22-
from bitcoin.core.script import (
23-
CScript,
24-
OP_0,
25-
SignatureHash,
26-
)
2719
from bitcoin.wallet import *
28-
from bitcoin.rpc import Proxy, hexlify_str, JSONRPCError
20+
from bitcoin.rpc import Proxy
2921

3022
SelectParams("regtest")
3123

0 commit comments

Comments
 (0)