Skip to content

Commit bfd852e

Browse files
committed
removed unused imports
1 parent 69be70c commit bfd852e

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

bitcoin/tests/test_bloom.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
from __future__ import absolute_import, division, print_function, unicode_literals
1313

14-
import json
15-
import os
1614
import unittest
1715

1816
import bitcoin.core

bitcoin/tests/test_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import unittest
1515

1616
from bitcoin.core.key import *
17-
from bitcoin.core import x, b2x
17+
from bitcoin.core import x
1818

1919
class Test_CPubKey(unittest.TestCase):
2020
def test(self):

bitcoin/tests/test_serialize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from __future__ import absolute_import, division, print_function, unicode_literals
1313

1414
import unittest
15-
import os
1615

1716
from binascii import unhexlify
1817

0 commit comments

Comments
 (0)