From f7c9fecf5dbab7320ff91eecd322c5521034b628 Mon Sep 17 00:00:00 2001 From: ToxicKidz <78174417+ToxicKidz@users.noreply.github.com> Date: Tue, 4 May 2021 16:15:57 -0400 Subject: chore: Replace the remaining double quotes with double quotes --- bot/utils/pagination.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/utils') diff --git a/bot/utils/pagination.py b/bot/utils/pagination.py index a073a00b..e0dc25b4 100644 --- a/bot/utils/pagination.py +++ b/bot/utils/pagination.py @@ -283,7 +283,7 @@ class ImagePaginator(Paginator): self.images = [] self._pages = [] - def add_line(self, line: str = '', *, empty: bool = False) -> None: + def add_line(self, line: str = "", *, empty: bool = False) -> None: """ Adds a line to each page, usually just 1 line in this context. -- cgit v1.2.3