mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
🎨 Format Python code with Black
This commit is contained in:
parent
c409888a4b
commit
2102242a61
1 changed files with 1 additions and 1 deletions
|
@ -2018,7 +2018,7 @@ ynh_app_config_run $1
|
|||
|
||||
def _get_config_panel(self):
|
||||
|
||||
ret = super()._get_config_panel()
|
||||
ret = super()._get_config_panel()
|
||||
|
||||
app = self.entity
|
||||
settings = _get_app_settings(self.entity)
|
||||
|
|
Loading…
Add table
Reference in a new issue