Skip to content

Commit

Permalink
fix: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
babslgam committed May 28, 2024
1 parent 4a913d6 commit 6b05bd5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apis_ontology/scripts/import_nonbibl_entities_from_excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,7 @@ def parse_entities_dataframe(sheet_name, df, file):
person_qs = None

person_fallback_name = (
character_name
if not (forename or surname)
else ""
character_name if not (forename or surname) else ""
)

if len(person_uri_objects) > 0:
Expand Down

0 comments on commit 6b05bd5

Please sign in to comment.