From d66e787a59002c8576ac6ccc176a9063fcafa822 Mon Sep 17 00:00:00 2001 From: Anne Maier Date: Tue, 28 Nov 2023 08:29:59 +0100 Subject: [PATCH] fix linting --- pyramid_oereb/core/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyramid_oereb/core/config.py b/pyramid_oereb/core/config.py index 86b881e8ff..a4dcf754e8 100644 --- a/pyramid_oereb/core/config.py +++ b/pyramid_oereb/core/config.py @@ -269,7 +269,7 @@ def _read_themes(): ) theme_records = theme_reader.read() if len(theme_records) == 0: - log.error('No records found for themes.') + log.error('No records found for themes.') return theme_records @staticmethod @@ -429,7 +429,6 @@ def _read_availabilities(): log.error('No records found for availability.') return avaliablity_records - @staticmethod def _read_glossaries(): """