| Index: tools/perf/page_sets/system_health/system_health_story.py
|
| diff --git a/tools/perf/page_sets/system_health/system_health_story.py b/tools/perf/page_sets/system_health/system_health_story.py
|
| index 5d916bc37c538689df32bd4233c29a3e6d4b536d..1642e44eddbac2eb73dae038b448f7ebba513036 100644
|
| --- a/tools/perf/page_sets/system_health/system_health_story.py
|
| +++ b/tools/perf/page_sets/system_health/system_health_story.py
|
| @@ -23,11 +23,7 @@ class _MetaSystemHealthStory(type):
|
| story set. This field is NOT inherited by subclasses (that's why it's
|
| defined on the metaclass).
|
| """
|
| - return cls.__dict__.get('__ABSTRACT_STORY__', False)
|
| -
|
| - @ABSTRACT_STORY.setter
|
| - def ABSTRACT_STORY(cls, ABSTRACT_STORY):
|
| - cls.__dict__['__ABSTRACT_STORY__'] = ABSTRACT_STORY
|
| + return cls.__dict__.get('ABSTRACT_STORY', False)
|
|
|
|
|
| class SystemHealthStory(page.Page):
|
|
|