Start subscription

This commit is contained in:
2024-08-15 03:18:29 +02:00
parent 7d6333183d
commit d4d8567ef8
11 changed files with 518 additions and 245 deletions

View File

@ -9,7 +9,7 @@ from django.db.models.manager import BaseManager
from django.template.response import TemplateResponse
from django.utils import timezone # type: ignore # noqa: PGH003
from core.models.twitch import DropCampaign, Game, RewardCampaign
from core.models import DropCampaign, Game, RewardCampaign
if TYPE_CHECKING:
from django.db.models.manager import BaseManager