diff options
author | 2019-03-20 19:13:29 -0400 | |
---|---|---|
committer | 2019-03-20 19:13:29 -0400 | |
commit | 73db03aad6f1ab602e00cd7304fdf82a394f37f7 (patch) | |
tree | b7cd42f14373a322bbbc978de1642450e540ffa8 /bot/pagination.py | |
parent | Add D400 to ignored linting error codes & revert affected docstrings (diff) |
Remove unnecessary pass statement
Diffstat (limited to 'bot/pagination.py')
-rw-r--r-- | bot/pagination.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/pagination.py b/bot/pagination.py index 3916809d..89a261b5 100644 --- a/bot/pagination.py +++ b/bot/pagination.py @@ -20,8 +20,6 @@ log = logging.getLogger(__name__) class EmptyPaginatorEmbed(Exception): """Base Exception class for an empty paginator embed.""" - pass - class LinePaginator(Paginator): """ |