[CI] Format code with Black

This commit is contained in:
yunohost-bot 2021-10-19 12:38:33 +00:00
parent 41876f950a
commit 3ca4cc4f7e

View file

@ -216,7 +216,9 @@ class ConfigPanel:
self.entity = entity self.entity = entity
self.config_path = config_path self.config_path = config_path
if not config_path: if not config_path:
self.config_path = self.config_path_tpl.format(entity=entity, entity_type=self.entity_type) self.config_path = self.config_path_tpl.format(
entity=entity, entity_type=self.entity_type
)
self.save_path = save_path self.save_path = save_path
if not save_path and self.save_path_tpl: if not save_path and self.save_path_tpl:
self.save_path = self.save_path_tpl.format(entity=entity) self.save_path = self.save_path_tpl.format(entity=entity)