[general] Refactoring
* remove (hopefully) unnecessary import statements * make some code a bit more compact * remove dead code ... again: hopefully so
This commit is contained in:
parent
e889098c77
commit
3af8ee771d
4 changed files with 2 additions and 35 deletions
|
@ -54,7 +54,6 @@ class ModuleConfig(object):
|
|||
|
||||
class Config(object):
|
||||
def __init__(self, args):
|
||||
self._raw = args
|
||||
self._parser = self._parser()
|
||||
self._store = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue