Fix random Mypy errors
This commit is contained in:
parent
2ff314ecc8
commit
f45864c786
7 changed files with 7 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue