Code beautification: __init__() doesn't use the arguments it grabs by name from its parameter list, use *args and **kwargs instead.Signed-off-by: Jan Lindemann <jan@janware.com>
Code beautification: __init__() doesn't use the arguments it grabs by name from its parameter list, use *args and **kwargs instead.