From 59844332daae48b636aceded53950630e00d5087 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 10 Jun 2018 08:28:28 +0530 Subject: [PATCH] pep8 --- src/calibre/ebooks/conversion/preprocess.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/ebooks/conversion/preprocess.py b/src/calibre/ebooks/conversion/preprocess.py index 3ae43be80f..2a1bf2e6fc 100644 --- a/src/calibre/ebooks/conversion/preprocess.py +++ b/src/calibre/ebooks/conversion/preprocess.py @@ -1,5 +1,6 @@ #!/usr/bin/env python2 # vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai +# flake8: noqa __license__ = 'GPL v3' __copyright__ = '2009, Kovid Goyal '