Got an unexpected keyword argument
DevOps
About
`TypeError: got an unexpected keyword argument` is a standard Python runtime exception that triggers when an execution thread calls a function and passes an explicit keyword parameter that was never declared inside that target function"s definition block.