Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Sep 18, 2024
1 parent b4ca69e commit 1f646d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rpcClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
# file LICENSE.txt or http://www.opensource.org/licenses/mit-license.php.

from bitcoinrpc.authproxy import AuthServiceProxy

import http.client as httplib
import ssl
import threading
import certifi

from constants import DEFAULT_PROTOCOL_VERSION, MINIMUM_FEE
from misc import getCallerName, getFunctionName, printException, printDbg, now, timeThis
Expand Down

0 comments on commit 1f646d7

Please sign in to comment.