ebmlite
ebmlite copied to clipboard
`Schema.loads()` should have same arguments as `schema.load()`
For consistency, the keyword arguments for Schema.load() and Schema.loads() should match. Specifically, Schema.loads() should have the headers keyword argument.