You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REF: Inherit base model class from ABC to enforece native abstraction
Inherit base model class from `ABC` to enforece native abstraction.
Fixes:
```
Abstract methods are allowed in classes whose metaclass is 'ABCMeta'
```
raised locally by the IDE.
0 commit comments