[CLN] global: apply ruff

This commit is contained in:
Stéphan Sainléger
2025-06-25 15:57:21 +02:00
parent 76db335030
commit 2afa90260f
32 changed files with 194 additions and 159 deletions

View File

@@ -1,4 +1,5 @@
from odoo import api, fields, models, tools
from odoo import api, models
class HelpdeskTicket(models.Model):
_inherit = "helpdesk.ticket"