summaryrefslogtreecommitdiff
path: root/freebase/schema.py
diff options
context:
space:
mode:
Diffstat (limited to 'freebase/schema.py')
-rw-r--r--freebase/schema.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/freebase/schema.py b/freebase/schema.py
index 459c51a..17f023c 100644
--- a/freebase/schema.py
+++ b/freebase/schema.py
@@ -326,7 +326,6 @@ def dump_type(s, type_id, follow_types=True):
graph = _get_graph(s, types, follow_types)
return graph
-
def restore(s, graph, new_location, ignore_types=None):
follow_types = graph.get("__follow_types", True)