Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: correct handling of base class with no
__annotations__
in `A…
…llOptionalMetaclass` This correction addresses an issue where the `AllOptionalMetaclass` metaclass was not handling cases where the base class has no `__annotations__` attribute properly. In such situations, this fix ensures that an empty annotation dictionary is assumed for correct behavior.
- Loading branch information