Skip to content

Commit 72dac8f

Browse files
committed
Formatting
1 parent 5205910 commit 72dac8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/paginator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ async def close(self, delete: bool = True) -> typing.Optional[Message]:
195195
self.running = False
196196

197197
self.ctx.bot.loop.create_task(self.ctx.message.add_reaction("✅"))
198-
198+
199199
if delete:
200200
return await self.base.delete()
201201

@@ -218,7 +218,7 @@ async def last_page(self) -> None:
218218

219219

220220
class MessagePaginatorSession:
221-
221+
222222
# TODO: Subclass MessagePaginatorSession from PaginatorSession
223223

224224
def __init__(

0 commit comments

Comments
 (0)