From 3eebe301fe324e7221d75eee85c20f7ed81421de Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sun, 22 Mar 2020 23:45:14 -0300 Subject: [PATCH] move checkpoints out of folder into file --- lbry/wallet/{checkpoints/__init__.py => checkpoints.py} | 0 lbry/wallet/ledger.py | 2 -- 2 files changed, 2 deletions(-) rename lbry/wallet/{checkpoints/__init__.py => checkpoints.py} (100%) 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