Skip to content

Commit

Permalink
Merge branch 'plugin-support' into dynamic-plugin_loading
Browse files Browse the repository at this point in the history
  • Loading branch information
khiron authored Apr 21, 2024
2 parents 40d0485 + 44bb809 commit 28f289b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cogent3/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def get_app_manager() -> stevedore.ExtensionManager:
Lazy load a stevedore ExtensionManager to collect apps.
"""
global __apps

if not __apps:
__apps = stevedore.ExtensionManager(
namespace=APP_ENTRY_POINT, invoke_on_load=False
Expand Down

0 comments on commit 28f289b

Please sign in to comment.