Skip to content

Commit

Permalink
Types.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakert committed Nov 7, 2019
1 parent b340bcb commit 3c70a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magic/multiverse.py
Expand Up @@ -442,7 +442,7 @@ def reindex() -> None:
c.names.append(alias)
writer.rewrite_index(cs)

def reindex_specific_cards(cs: List[Card]):
def reindex_specific_cards(cs: List[Card]) -> None:
writer = WhooshWriter()
for c in cs:
writer.update_card(c)
Expand Down

0 comments on commit 3c70a81

Please sign in to comment.