Some cleanups. (0.25.1)

This commit is contained in:
Johannes Findeisen 2023-08-22 05:49:10 +02:00
commit 7bfaf84244

View file

@ -9,8 +9,6 @@ import glob
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.conf. maybe log warnings if setting to default?
class Configuration:
def __init__(self, configuration_path, log):
self._configuration = configparser.ConfigParser()