[lifevents] Remove redundant completion percentage
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
import pendulum
|
|
||||||
from scrobbles.dataclasses import LifeEventLogData
|
from scrobbles.dataclasses import LifeEventLogData
|
||||||
from scrobbles.mixins import ScrobblableMixin
|
from scrobbles.mixins import ScrobblableMixin
|
||||||
|
|
||||||
@ -9,8 +8,6 @@ BNULL = {"blank": True, "null": True}
|
|||||||
|
|
||||||
|
|
||||||
class LifeEvent(ScrobblableMixin):
|
class LifeEvent(ScrobblableMixin):
|
||||||
COMPLETION_PERCENT = 100
|
|
||||||
|
|
||||||
description = models.TextField(**BNULL)
|
description = models.TextField(**BNULL)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user