indentations fix

This commit is contained in:
Matthias 2021-11-17 01:51:13 +01:00
parent 3d2648ffb2
commit c3ea0f0704
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -287,8 +287,8 @@ class PluginAppConfig(AppConfig):
apps.all_models[plugin_path].pop(model) apps.all_models[plugin_path].pop(model)
# clear the registry for that app # clear the registry for that app
# so that the import trick will work on reloading the same plugin # so that the import trick will work on reloading the same plugin
# -> the registry is kept for the whole lifecycle # -> the registry is kept for the whole lifecycle
apps.all_models.pop(app_name) apps.all_models.pop(app_name)
# remove plugin from installed_apps # remove plugin from installed_apps