mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[CI] Format code with Black
This commit is contained in:
parent
41876f950a
commit
3ca4cc4f7e
1 changed files with 3 additions and 1 deletions
|
@ -216,7 +216,9 @@ class ConfigPanel:
|
|||
self.entity = entity
|
||||
self.config_path = 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
|
||||
if not save_path and self.save_path_tpl:
|
||||
self.save_path = self.save_path_tpl.format(entity=entity)
|
||||
|
|
Loading…
Add table
Reference in a new issue