diff --git a/pylipd/lipd.py b/pylipd/lipd.py index c00555b..a7eb147 100644 --- a/pylipd/lipd.py +++ b/pylipd/lipd.py @@ -231,7 +231,7 @@ def load_remote_datasets(self, dsnames, load_default_graph=True): for row in qres: self.graph.add((row.s, row.p, row.o, row.g)) print("Done..") - + def update_remote_datasets(self, dsnames): '''Updates local LiPD Graph for datasets to remote endpoint'''