mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
Remove unused Python imports
This commit is contained in:
@ -8,16 +8,10 @@
|
||||
#
|
||||
|
||||
from __future__ import print_function, division
|
||||
try: # Python 3
|
||||
import http.client as httplib
|
||||
except ImportError: # Python 2
|
||||
import httplib
|
||||
import json
|
||||
import struct
|
||||
import re
|
||||
import os
|
||||
import os.path
|
||||
import base64
|
||||
import sys
|
||||
import hashlib
|
||||
import datetime
|
||||
|
@ -13,7 +13,6 @@ try: # Python 3
|
||||
except ImportError: # Python 2
|
||||
import httplib
|
||||
import json
|
||||
import struct
|
||||
import re
|
||||
import base64
|
||||
import sys
|
||||
|
Reference in New Issue
Block a user