mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fix linting issue
This commit is contained in:
parent
d7e0009ce5
commit
6208a93673
@ -19,8 +19,6 @@ def drop_schema_descriptions(node):
|
|||||||
drop_schema_descriptions(n)
|
drop_schema_descriptions(n)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def _load_schema(name):
|
def _load_schema(name):
|
||||||
""" Load a schema from disk """
|
""" Load a schema from disk """
|
||||||
path = os.path.join(os.path.dirname(__file__), name + '.yaml')
|
path = os.path.join(os.path.dirname(__file__), name + '.yaml')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user