Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Dec 17, 2024
1 parent 4167bd1 commit 0dfddb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions panel/command/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,6 @@ def customize_kwargs(self, args, server_kwargs):
with add_sys_path('./'):
plugin_module = importlib.import_module(plugin)
except ModuleNotFoundError:
import pdb
pdb.set_trace()
raise Exception(
f'Specified plugin module {plugin!r} could not be found. '
'Ensure the module exists and is in the right path. '
Expand Down

0 comments on commit 0dfddb9

Please sign in to comment.