Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around "Missing named argument" errors.
Something about the Pydantic upgrade was interacting poorly with Mypy. Despite these fields having defaults, Mypy was raising errors when the class was instantiated without them. Somehow, declaring the defaults as keyword arguments instead of positional arguments fixes it. Also fix a typo, `descript` -> `description`.
- Loading branch information