Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 30, 2023
1 parent ab0fdc7 commit ee2413a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/tests/ui/io/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
except ImportError:
pytestmark = pytest.mark.skip("playwright not available")

from panel.config import extension
from panel.config import panel_extension as extension
from panel.pane import Markdown
from panel.tests.util import serve_component

Expand Down

0 comments on commit ee2413a

Please sign in to comment.