Skip to content

Commit c4bbc48

Browse files
committed
formatting
1 parent 521fec7 commit c4bbc48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

csv2cmi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,9 @@ def create_correspondent(self, name_string: str) -> list:
218218
authority_file_uri = "https://d-nb.info/gnd/" + str(person_ids[index].strip())
219219
else:
220220
authority_file_uri = str(person_ids[index].strip())
221-
processed_correspondent = self.profile_desc.find(f'correspDesc/correspAction/*[@ref="{authority_file_uri}"]')
221+
processed_correspondent = self.profile_desc.find(
222+
f'correspDesc/correspAction/*[@ref="{authority_file_uri}"]'
223+
)
222224
if processed_correspondent is not None:
223225
correspondent = Element(processed_correspondent.tag)
224226
else:

0 commit comments

Comments
 (0)