Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Remove kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidetacchini committed Dec 25, 2020
1 parent 4fabaee commit 51016ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygicord/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def __init__(
compact: bool = False,
timeout: float = 90.0,
has_input: bool = True,
**kwargs,
):
self.pages = pages
self.compact = compact
Expand Down

0 comments on commit 51016ce

Please sign in to comment.