Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed May 22, 2023
1 parent fa1a539 commit 920422e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/io/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
from markupsafe import Markup

from ..config import config, panel_extension as extension
from ..loading import LOADING_INDICATOR_CSS_CLASS
from ..util import isurl, url_path
from .loading import LOADING_INDICATOR_CSS_CLASS
from .state import state

if TYPE_CHECKING:
Expand Down

0 comments on commit 920422e

Please sign in to comment.