Skip to content

Commit

Permalink
fix import map typing (#7392)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen authored Oct 13, 2024
1 parent ef31354 commit 323b2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class CounterButton(pn.custom.ReactiveESM):
# 3. Named export (`{ <export>, ... }`): ("<export>", ...)
_exports__: ClassVar[ExportSpec] = {}

_importmap: ClassVar[dict[Literal['imports', 'scopes'], str]] = {}
_importmap: ClassVar[dict[Literal['imports', 'scopes'], dict[str,str]]] = {}

__abstract = True

Expand Down

0 comments on commit 323b2ab

Please sign in to comment.