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 b43ce75 commit 7adba8d
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 @@ -111,7 +111,7 @@ def join(self) -> None: ...

class Variable(Protocol):
name: str
predicates: list["Predicate"]
predicates: List["Predicate"]
has_missing: bool

def __len__(self) -> int: ...
Expand Down

0 comments on commit 7adba8d

Please sign in to comment.