Skip to content

Commit

Permalink
remove extraneous colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 authored May 24, 2024
1 parent df02f7a commit 4bf4823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notion.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def multiplePropTextExtractor(property:dict) -> list[str] | None:
if current_roles != None:
current_roles = [notion_id_to_role_name[x] for x in current_roles]
else:
current_roles = []:
current_roles = []

if past_roles != None:
past_roles = [notion_id_to_role_name[x] for x in past_roles]
Expand Down

0 comments on commit 4bf4823

Please sign in to comment.