Skip to content

Commit

Permalink
3.8 typing
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jun 20, 2024
1 parent 979241d commit e0bafa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dedupe/_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class FieldVariable(Variable, Protocol):


class InteractionVariable(Variable, Protocol):
interaction_fields: list[str]
interaction_fields: List[str]


MapLike = Callable[[Callable[[Any], Any], Iterable], Iterable]
Expand Down

0 comments on commit e0bafa4

Please sign in to comment.