mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[IMP] : black, isort, prettier
This commit is contained in:
committed by
ntsirintanis
parent
e9296fe02c
commit
9297e48691
@@ -13,9 +13,9 @@ class ExternalSystemOs(models.Model):
|
||||
system interface. This is still a fully usable implementation, however.
|
||||
"""
|
||||
|
||||
_name = 'external.system.os'
|
||||
_inherit = 'external.system.adapter'
|
||||
_description = 'External System OS'
|
||||
_name = "external.system.os"
|
||||
_inherit = "external.system.adapter"
|
||||
_description = "External System OS"
|
||||
|
||||
previous_dir = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user