From 6208a93673cf725db26e5ba119332866a19b8eda Mon Sep 17 00:00:00 2001 From: Scott Sadler Date: Tue, 29 Nov 2016 17:02:56 +0100 Subject: [PATCH] fix linting issue --- bigchaindb/common/schema/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bigchaindb/common/schema/__init__.py b/bigchaindb/common/schema/__init__.py index 675b17e7..f2feb22f 100644 --- a/bigchaindb/common/schema/__init__.py +++ b/bigchaindb/common/schema/__init__.py @@ -19,8 +19,6 @@ def drop_schema_descriptions(node): drop_schema_descriptions(n) - - def _load_schema(name): """ Load a schema from disk """ path = os.path.join(os.path.dirname(__file__), name + '.yaml')