Fix type aliases in Asset model
- TypeAlias cannot be packed in ClassVar and it caused types not being recognized properly (as Any:) https://github.com/python/mypy/issues/9238#issuecomment-1089065588 - the symbol output from regex is not a literal but any str since the regex is for A-Z
Loading
Please sign in to comment