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

@ -4,9 +4,7 @@ import logging
from django.views.generic import ListView
from twitch_app.models import (
Game,
)
from twitch_app.models import Game
logger: logging.Logger = logging.getLogger(__name__)