Skip to content

Commit

Permalink
Merge pull request #2740 from data-for-change/2739-modify-widgets-order
Browse files Browse the repository at this point in the history
modify register order
  • Loading branch information
atalyaalon authored Dec 18, 2024
2 parents 6d334ca + ec2096b commit 12accf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anyway/infographics_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
# We need to import the modules, which in turn imports all the widgets, and registers them, even if they are not
# explicitly used here
# pylint: disable=unused-import
import anyway.widgets.urban_widgets
import anyway.widgets.road_segment_widgets
import anyway.widgets.all_locations_widgets
import anyway.widgets.road_segment_widgets
import anyway.widgets.urban_widgets
import anyway.widgets.no_location_widgets
# pylint: enable=unused-import

Expand Down

0 comments on commit 12accf8

Please sign in to comment.