Python formatting

This commit is contained in:
Mouse Reeve
2021-04-06 18:17:33 -07:00
parent ac27111f05
commit fec3d63e46
3 changed files with 37 additions and 23 deletions

View File

@ -49,7 +49,6 @@ class Connector(AbstractConnector):
Mapping("died", remote_field="wdt:P570", formatter=get_first),
] + shared_mappings
def get_remote_id(self, value):
""" convert an id/uri into a url """
return "{:s}?action=by-uris&uris={:s}".format(self.books_url, value)