Skip to content

Commit

Permalink
fix: wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyElaina authored Aug 27, 2024
1 parent d2c5d21 commit 5f96afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graia/ariadne/util/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class CertainMember(Certain):
def __init__(
self,
member: SequenceOrInstance[Union[Member, int]],
group: Optional[SequenceOrInstance[Union[Member, int]]] = None,
group: Optional[SequenceOrInstance[Union[Group, int]]] = None,
):
"""
Args:
Expand Down

0 comments on commit 5f96afd

Please sign in to comment.