Skip to content

Commit

Permalink
fixes type hinting (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
tholzheim committed Dec 4, 2024
1 parent 34c4e46 commit c71f217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wikibasemigrator/migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ def add_back_reference(self, entity: ItemEntity, source_id: str) -> None:
def migrate_entities_to_target(
self,
translations: EntitySetTranslationResult,
summary: str,
summary: str | None,
entity_done_callback: Callable[[Future], None] | None = None,
) -> list[ItemEntity | PropertyEntity]:
"""
Expand Down

0 comments on commit c71f217

Please sign in to comment.