Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pyright 1.1.339 enabled reportIncompatibleVariableOverride=true as part of new default "standard" mode. https://github.com/microsoft/pyright/releases/tag/1.1.339 This leads to > error: "Meta" overrides symbol of same name in class "Model" At runtime, models do not have `Meta` if it's not defined, so it's safe to remove it.
- Loading branch information