From cbb1cbe3d61fd83412d20a3ec681879d8a3f2462 Mon Sep 17 00:00:00 2001 From: kosayoda Date: Tue, 20 Aug 2019 13:13:56 +0800 Subject: Fix lint errors --- bot/pagination.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bot/pagination.py') 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 -- cgit v1.2.3