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: fix types for create_or_update to match the requirements of BaseManager (#73596)
fixes this when managers are type checked:
```
src/sentry/db/models/manager/base.py:481: error: Argument 1 to "create_or_update" has incompatible type "type[M]"; expected "type[BaseModel]" [arg-type]
```
<!-- Describe your PR here. -->
0 commit comments