mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +00:00
black
This commit is contained in:
parent
1fe6892d0a
commit
c86fdfbd40
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def find_authors_by_name(name_string, description=False):
|
|||
possible_authors = []
|
||||
for element in root.iter("responseRecord"):
|
||||
|
||||
# TODO: we don't seem to do anything with the
|
||||
# TODO: we don't seem to do anything with the
|
||||
# personal_name variable - is this code block needed?
|
||||
personal_name = element.find(".//forename/..")
|
||||
if not personal_name:
|
||||
|
|
Loading…
Reference in a new issue