Closed emillon closed 6 years ago
The signature of load_driver has only optional and named arguments, so it's impossible to erase the default arguments. Adding a dummy () argument or making dll not-named would solve the problem.
load_driver
()
dll
The signature of
load_driver
has only optional and named arguments, so it's impossible to erase the default arguments. Adding a dummy()
argument or makingdll
not-named would solve the problem.