level12 / keg-elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MethodsMixin.add() doesn't error out with extra params

rsyring opened this issue · comments

It uses .from_dict() which doesn't warn when there are leftovers like it would if you were doing **kwargs. Explicit error would be better.