From 69f1b2d581a348855f663383ce3fc443d2431817 Mon Sep 17 00:00:00 2001 From: Eugen Ciur Date: Mon, 4 May 2020 13:59:47 +0200 Subject: [PATCH] PEP8 --- mglib/path.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mglib/path.py b/mglib/path.py index e4827b4..f02679f 100644 --- a/mglib/path.py +++ b/mglib/path.py @@ -1,7 +1,5 @@ -import os import logging - logger = logging.getLogger(__name__) AUX_DIR_DOCS = "docs" @@ -13,7 +11,7 @@ class DocumentPath: Document path: ///// - If version = 0, it is not included in Endpoint. + If version = 0, it is not included in DocumentPath. Document's version is incremented everytime pdftk operation runs on it (when pages are deleted, reordered, pasted) """