Address linting errors

This commit is contained in:
Joe Banks
2024-10-13 16:25:01 +01:00
parent 12921a4908
commit 6e743c0673
2 changed files with 3 additions and 1 deletions

View File

@@ -942,7 +942,7 @@ class PowerTestRecord(ReviewableModel, RevisionMixin):
@property
def activity_feed_string(self):
return str(self.event)
@property
def name(self):
return f"Power Test Record - {self.event}"