Skip to content

Commit

Permalink
Fix _PaginatorProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes committed Jun 8, 2021
1 parent e5e726a commit 276054e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions discord-stubs/ext/commands/help.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ class _CommandAttrs(TypedDict, total=False):

@type_check_only
class _PaginatorProtocol(Protocol):
prefix: Optional[str]
suffix: Optional[str]
max_size: int
linesep: str
def clear(self) -> None: ...
def add_line(self, line: str = ..., *, empty: bool = ...) -> None: ...
def close_page(self) -> None: ...
Expand Down

0 comments on commit 276054e

Please sign in to comment.