Python formatting
This commit is contained in:
@ -123,8 +123,10 @@ class Connector(AbstractConnector):
|
|||||||
|
|
||||||
def load_edition_data(self, work_uri):
|
def load_edition_data(self, work_uri):
|
||||||
"""get a list of editions for a work"""
|
"""get a list of editions for a work"""
|
||||||
url = "{:s}?action=reverse-claims&property=wdt:P629&value={:s}&sort=true".format(
|
url = (
|
||||||
self.books_url, work_uri
|
"{:s}?action=reverse-claims&property=wdt:P629&value={:s}&sort=true".format(
|
||||||
|
self.books_url, work_uri
|
||||||
|
)
|
||||||
)
|
)
|
||||||
return get_data(url)
|
return get_data(url)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user