Formatting
This commit is contained in:
parent
a579ef7d7d
commit
78a50739a8
|
@ -11,8 +11,14 @@ from django.utils import timezone
|
||||||
from common.time import format_duration
|
from common.time import format_duration
|
||||||
from common.utils import safe_division
|
from common.utils import safe_division
|
||||||
|
|
||||||
from .forms import (DeviceForm, EditionForm, GameForm, PlatformForm,
|
from .forms import (
|
||||||
PurchaseForm, SessionForm)
|
DeviceForm,
|
||||||
|
EditionForm,
|
||||||
|
GameForm,
|
||||||
|
PlatformForm,
|
||||||
|
PurchaseForm,
|
||||||
|
SessionForm,
|
||||||
|
)
|
||||||
from .models import Edition, Game, Platform, Purchase, Session
|
from .models import Edition, Game, Platform, Purchase, Session
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue