Skip to content

Commit 12accf8

Browse files
authored
Merge pull request #2740 from data-for-change/2739-modify-widgets-order
modify register order
2 parents 6d334ca + ec2096b commit 12accf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

anyway/infographics_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
# We need to import the modules, which in turn imports all the widgets, and registers them, even if they are not
2929
# explicitly used here
3030
# pylint: disable=unused-import
31-
import anyway.widgets.urban_widgets
32-
import anyway.widgets.road_segment_widgets
3331
import anyway.widgets.all_locations_widgets
32+
import anyway.widgets.road_segment_widgets
33+
import anyway.widgets.urban_widgets
3434
import anyway.widgets.no_location_widgets
3535
# pylint: enable=unused-import
3636

0 commit comments

Comments
 (0)