Skip to content

Commit

Permalink
Merge pull request #2528 from data-for-change/unregister-widgets
Browse files Browse the repository at this point in the history
unregister no-locations widgets
  • Loading branch information
atalyaalon authored Jan 1, 2024
2 parents 6c1a300 + 227fbd4 commit 12c8e0d
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 12c8e0d

Please sign in to comment.