remove dead code

This commit is contained in:
Yax 2022-12-02 08:59:32 +01:00
parent 5ef4acf396
commit 18d4225eec

View file

@ -33,11 +33,6 @@ class Config:
_cfg = configparser.ConfigParser()
# def __new__(cls):
# if not hasattr(cls, "instance"):
# cls.instance = super(Config, cls).__new__(cls)
# return cls.instance
def load(self, config_pathname):
self._cfg.read(config_pathname)