Skip to content

Commit

Permalink
Only load entrypoints once (#5855)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Nov 12, 2023
1 parent f5224d0 commit 32cb022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ def __call__(self, *args, **params):
else:
hv.Store.current_backend = backend

if config.load_entry_points:
if not loaded and config.load_entry_points:
self._load_entry_points()

# Abort if IPython not found
Expand Down

0 comments on commit 32cb022

Please sign in to comment.