Skip to content

Commit beebb56

Browse files
committed
Missing Import
1 parent 6fbd015 commit beebb56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/functional/test_framework/authproxy.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
import base64
3737
import decimal
38+
from http import HTTPStatus
3839
import http.client
3940
import json
4041
import logging
@@ -47,6 +48,7 @@
4748

4849
log = logging.getLogger("BitcoinRPC")
4950

51+
5052
class JSONRPCException(Exception):
5153
def __init__(self, rpc_error):
5254
try:
@@ -62,6 +64,7 @@ def EncodeDecimal(o):
6264
return str(o)
6365
raise TypeError(repr(o) + " is not JSON serializable")
6466

67+
6568
class AuthServiceProxy():
6669
__id_count = 0
6770

0 commit comments

Comments
 (0)