mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
indentations fix
This commit is contained in:
parent
3d2648ffb2
commit
c3ea0f0704
@ -287,8 +287,8 @@ class PluginAppConfig(AppConfig):
|
||||
apps.all_models[plugin_path].pop(model)
|
||||
|
||||
# clear the registry for that app
|
||||
# so that the import trick will work on reloading the same plugin
|
||||
# -> the registry is kept for the whole lifecycle
|
||||
# so that the import trick will work on reloading the same plugin
|
||||
# -> the registry is kept for the whole lifecycle
|
||||
apps.all_models.pop(app_name)
|
||||
|
||||
# remove plugin from installed_apps
|
||||
|
Loading…
Reference in New Issue
Block a user