Forces all from imports to appear on their own line
This commit is contained in:
parent
e2283eb920
commit
0400fed26a
7 changed files with 57 additions and 23 deletions
|
|
@ -5,11 +5,9 @@ from typing import TYPE_CHECKING
|
|||
from django.urls import path
|
||||
|
||||
from twitch import views
|
||||
from twitch.feeds import (
|
||||
DropCampaignFeed,
|
||||
GameFeed,
|
||||
OrganizationFeed,
|
||||
)
|
||||
from twitch.feeds import DropCampaignFeed
|
||||
from twitch.feeds import GameFeed
|
||||
from twitch.feeds import OrganizationFeed
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from django.urls.resolvers import URLPattern
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue