Fix random Mypy errors

This commit is contained in:
Joakim Hellsén 2025-08-04 00:12:47 +02:00
commit f45864c786
7 changed files with 7 additions and 19 deletions

View file

@ -6,5 +6,5 @@ from django.apps import AppConfig
class TwitchConfig(AppConfig):
"""AppConfig subclass for the 'twitch' application."""
default_auto_field: str = "django.db.models.BigAutoField"
default_auto_field = "django.db.models.BigAutoField"
name = "twitch"