Skip to content

Commit

Permalink
fix: typing for older python
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kryukov committed Sep 8, 2024
1 parent 6eda0da commit 7dfea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kutana/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def decorator(coro: HandlerType):

def on_match(
self,
patterns: List[Union[str, re.Pattern[str]]],
patterns: List[Union[str, re.Pattern]],
priority: int = 0,
):
"""
Expand Down

0 comments on commit 7dfea7e

Please sign in to comment.