mypy: Reenable explicit-override for models.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-08-01 17:08:58 -07:00
committed by Anders Kaseorg
parent 09f4f787b8
commit c03839f42f
8 changed files with 0 additions and 25 deletions

View File

@@ -1,6 +1,3 @@
# https://github.com/typeddjango/django-stubs/issues/1698
# mypy: disable-error-code="explicit-override"
from datetime import datetime
from django.db import models