Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Dec 8, 2023
1 parent f8382b3 commit 68cda60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion nicegui/elements/leaflet_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@dataclass(**KWONLY_SLOTS)
class Layer:
current_leaflet: ClassVar[Optional['Leaflet']] = None
current_leaflet: ClassVar[Optional[Leaflet]] = None
leaflet: Leaflet = field(init=False)

def __post_init__(self) -> None:
Expand Down
12 changes: 0 additions & 12 deletions npm.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,6 @@
"package/dist/": ""
}
},
"highcharts": {
"destination": "nicegui/elements/lib",
"keep": [
"package/highcharts\\.js(\\.map)?",
"package/highcharts-more\\.js(\\.map)?",
"package/highcharts-3d\\.js(\\.map)?",
"package/modules/[^\\.]*\\.js(\\.map)?"
],
"rename": {
"package/": ""
}
},
"leaflet": {
"destination": "nicegui/elements/lib/leaflet",
"keep": [
Expand Down

0 comments on commit 68cda60

Please sign in to comment.