From 1102b5497278163bb24ae195867ef841c228c462 Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Tue, 5 Jun 2018 22:04:28 -0800 Subject: [PATCH] test paginator --- exts/imports/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/exts/imports/utils.py b/exts/imports/utils.py index d0ff918..cc89772 100644 --- a/exts/imports/utils.py +++ b/exts/imports/utils.py @@ -113,6 +113,7 @@ class Paginator: self._max_line_length = max_line_length def pages(self) -> typing.List[str]: + print(self._parts) pages = list() page = ''