Merge pull request #1934 from YunoHost/actions/black

Format Python code with Black
This commit is contained in:
Alexandre Aubin 2024-08-26 20:21:24 +02:00 committed by GitHub
commit 007c13ce42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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