mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Remove obsolete imports
This commit is contained in:
parent
6a3015d880
commit
45fcb318ab
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@ from decimal import Decimal
|
|||
import logging
|
||||
import pprint
|
||||
import random
|
||||
try:
|
||||
from urllib.parse import urlparse
|
||||
except ImportError:
|
||||
from urlparse import urlparse
|
||||
|
||||
from monero.backends.jsonrpc import JSONRPCWallet
|
||||
from monero import exceptions
|
||||
|
|
Loading…
Reference in a new issue