Skip to content

Commit

Permalink
fix widget location
Browse files Browse the repository at this point in the history
  • Loading branch information
EliorGigi committed Dec 22, 2023
1 parent ab74a2b commit 090f220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anyway/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ def set_critical(
suburban_road_killed_value=3,
urban_severe_value=2,
):
from anyway.widgets.road_segment_widgets.injured_count_by_severity_widget import (
from anyway.widgets.all_locations_widgets.injured_count_by_severity_widget import (
InjuredCountBySeverityWidget,
)
from anyway.request_params import get_latest_accident_date
Expand Down

0 comments on commit 090f220

Please sign in to comment.