From 44596bd9b8ed971789b5234142d179007c9dd2eb Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 7 Oct 2022 00:01:26 +0200 Subject: [PATCH] Just a newline fix in core.configuration.py. --- bin/linspector | 2 +- linspector/core/configuration.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/linspector b/bin/linspector index 80e8c16..bd865a2 100755 --- a/bin/linspector +++ b/bin/linspector @@ -37,7 +37,7 @@ logger = logging.getLogger('linspector') # i currently only increase the 3rd number because the goal is that 0.19.* will become the first # stable version. -__version__ = '0.19.43.dev1' +__version__ = '0.19.44.dev1' __author__ = 'Johannes Findeisen ' diff --git a/linspector/core/configuration.py b/linspector/core/configuration.py index 70c5b1b..93840ed 100644 --- a/linspector/core/configuration.py +++ b/linspector/core/configuration.py @@ -11,7 +11,6 @@ import os # TODO: check for all required configuration options and set defaults if needed. do this only for # options in the "linspector" section of linspector.ini. class Configuration: - def __init__(self, configuration_path, environment, log): self.__configuration = configparser.ConfigParser() self.__configuration_path = configuration_path