Apply dotfiles

This commit is contained in:
Stéphane Bidoul
2023-03-13 09:47:33 +01:00
parent 250eeb49ac
commit c59cd1b564
11 changed files with 15 additions and 84 deletions

View File

@@ -13,6 +13,4 @@ class PrintingAction(models.Model):
res.append(("remote_default", "Use remote's default"))
return res
action_type = fields.Selection(
selection=_available_action_types,
)
action_type = fields.Selection(selection=_available_action_types,)