From 7619a48c8c2e27a90e1f5f1e4fa2d0a80b9807b7 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Sun, 25 Nov 2018 18:27:37 +0100 Subject: [PATCH] Fix Flake8 error --- bigchaindb/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bigchaindb/models.py b/bigchaindb/models.py index afb672d7..9c05cd90 100644 --- a/bigchaindb/models.py +++ b/bigchaindb/models.py @@ -51,6 +51,7 @@ class Transaction(Transaction): validate_language_key(tx_body['asset'], 'data') validate_language_key(tx_body, 'metadata') + class FastTransaction: """A minimal wrapper around a transaction dictionary. This is useful for when validation is not required but a routine expects something that looks