diff --git a/lbry/wallet/checkpoints/__init__.py b/lbry/wallet/checkpoints.py similarity index 100% rename from lbry/wallet/checkpoints/__init__.py rename to lbry/wallet/checkpoints.py diff --git a/lbry/wallet/ledger.py b/lbry/wallet/ledger.py index ad5801e61..83b297174 100644 --- a/lbry/wallet/ledger.py +++ b/lbry/wallet/ledger.py @@ -1,7 +1,5 @@ import os -import zlib import copy -import base64 import asyncio import logging from io import StringIO