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)