Skip to content

Commit

Permalink
fix typing annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick committed Mar 22, 2021
1 parent e9d9ac2 commit 87cbd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librarian/discord/cogs/pulls.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self):
self.parser = CountArgparser()

@commands.command()
async def list(self, ctx: commands.Context, *args: typing.List[str]):
async def list(self, ctx: commands.Context, *args: tuple):
"""
list pull requests merged within a time span
Expand Down

0 comments on commit 87cbd47

Please # to comment.