Skip to content

Commit

Permalink
unregister no-locations widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon committed Jan 1, 2024
1 parent 6c1a300 commit 227fbd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import logging


@register
class VisionZeroBikeWidget(Widget):
name: str = "vision_zero_bike"
files = [__file__]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from anyway.widgets.urban_widgets.urban_widget import UrbanWidget


@register
class VisionZero105090Widget(UrbanWidget):
name: str = "vision_zero_10_50_90"
files = [__file__]
Expand Down

0 comments on commit 227fbd4

Please sign in to comment.