diff --git a/kindle2notion/exporting.py b/kindle2notion/exporting.py index 6263393..57ee5d7 100644 --- a/kindle2notion/exporting.py +++ b/kindle2notion/exporting.py @@ -8,7 +8,7 @@ from notional.blocks import TextObject, Paragraph from notional.text import Annotations -from more_itertools import grouper +# from more_itertools import grouper from requests import get