[IMP] : black, isort, prettier

This commit is contained in:
Ronald Portier
2020-08-20 14:01:02 +02:00
committed by Pedro M. Baeza
parent 5b5b55c8c7
commit df7608d90b
10 changed files with 117 additions and 147 deletions

View File

@@ -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