From 535f6c1a01bb6d87561d05b7b02df04db40b425a Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 12 Aug 2021 09:03:11 +0200 Subject: pep8 fixes --- lesana/command.py | 1 + lesana/types.py | 1 + 2 files changed, 2 insertions(+) diff --git a/lesana/command.py b/lesana/command.py index 6d2a753..0521234 100644 --- a/lesana/command.py +++ b/lesana/command.py @@ -10,6 +10,7 @@ from . import Collection, Entry, TemplatingError logger = logging.getLogger(__name__) + def _get_first_docstring_line(obj): try: return obj.__doc__.split('\n')[1].strip() diff --git a/lesana/types.py b/lesana/types.py index 37753d1..bfd8612 100644 --- a/lesana/types.py +++ b/lesana/types.py @@ -14,6 +14,7 @@ import xapian logger = logging.getLogger(__name__) + class LesanaType: """ Base class for lesana field types. -- cgit v1.2.3