[IMP] : black, isort, prettier

This commit is contained in:
Ronald Portier
2020-08-20 14:01:02 +02:00
parent c6b20605ce
commit e05496d065
12 changed files with 124 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