Skip to content

Commit

Permalink
Missing Import
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Sep 18, 2024
1 parent 6fbd015 commit beebb56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/test_framework/authproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

import base64
import decimal
from http import HTTPStatus
import http.client
import json
import logging
Expand All @@ -47,6 +48,7 @@

log = logging.getLogger("BitcoinRPC")


class JSONRPCException(Exception):
def __init__(self, rpc_error):
try:
Expand All @@ -62,6 +64,7 @@ def EncodeDecimal(o):
return str(o)
raise TypeError(repr(o) + " is not JSON serializable")


class AuthServiceProxy():
__id_count = 0

Expand Down

0 comments on commit beebb56

Please sign in to comment.