diff options
author | 2019-08-20 13:13:56 +0800 | |
---|---|---|
committer | 2019-08-20 13:13:56 +0800 | |
commit | cbb1cbe3d61fd83412d20a3ec681879d8a3f2462 (patch) | |
tree | 461baa67a325dd4f70fc3596c71951a1f4f8628e /bot/pagination.py | |
parent | Replace 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.py | 4 |
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 |