aboutsummaryrefslogtreecommitdiffstats
path: root/bot/pagination.py
diff options
context:
space:
mode:
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