From 9348f4f366387fc26e821b433a2533dc727094e5 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 1 Aug 2018 09:11:34 -0400 Subject: [PATCH] add missing new line at end of file --- lbrynet/wallet/account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrynet/wallet/account.py b/lbrynet/wallet/account.py index b2826ddb4..ec90a6dbb 100644 --- a/lbrynet/wallet/account.py +++ b/lbrynet/wallet/account.py @@ -92,4 +92,4 @@ class Account(BaseAccount): return d def get_claim(self, claim_id): - return self.ledger.db.get_claim(self, claim_id) \ No newline at end of file + return self.ledger.db.get_claim(self, claim_id)