Sort imports

This commit is contained in:
2024-07-14 20:17:20 +02:00
parent 5dacb12321
commit 750d20c394
3 changed files with 4 additions and 20 deletions

View File

@ -11,9 +11,7 @@ from django.views.generic import FormView
from core.data import WebhookData
from core.forms import DiscordSettingForm
from twitch_app.models import (
Game,
)
from twitch_app.models import Game
if TYPE_CHECKING:
from pathlib import Path