Fix a python syntax error
In python 2 we cannot have keyword-only arguments (PEP 3102). And even if we could, this was not the right way to declare a python function.
Please register or sign in to comment
In python 2 we cannot have keyword-only arguments (PEP 3102). And even if we could, this was not the right way to declare a python function.