aboutsummaryrefslogtreecommitdiffstats
path: root/bot/pagination.py
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2019-08-20 13:13:56 +0800
committerGravatar kosayoda <[email protected]>2019-08-20 13:13:56 +0800
commitcbb1cbe3d61fd83412d20a3ec681879d8a3f2462 (patch)
tree461baa67a325dd4f70fc3596c71951a1f4f8628e /bot/pagination.py
parentReplace paramater and return value docstring documentation with an extended s... (diff)
Fix lint errors
Diffstat (limited to 'bot/pagination.py')
-rw-r--r--bot/pagination.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/bot/pagination.py b/bot/pagination.py
index 212f9f4e..c12b6233 100644
--- a/bot/pagination.py
+++ b/bot/pagination.py
@@ -294,9 +294,7 @@ class ImagePaginator(Paginator):
self.close_page()
def add_image(self, image: str = None) -> None:
- """
- Adds an image to a page given the url.
- """
+ """Adds an image to a page given the url."""
self.images.append(image)
@classmethod