make linter happy
This commit is contained in:
parent
42280d6c71
commit
8a8b20f22e
16 changed files with 56 additions and 63 deletions
|
@ -421,6 +421,7 @@ class FirmwareBuild(models.Model):
|
|||
unique_together = [
|
||||
('version', 'variant'),
|
||||
]
|
||||
|
||||
@property
|
||||
def boards(self):
|
||||
return {BoardType[board.board] for board in self.firmwarebuildboard_set.all()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue