Skip to content

Commit

Permalink
Suppress warning for unknown sqlalchemy column filter operators
Browse files Browse the repository at this point in the history
  • Loading branch information
ziv17 committed Dec 22, 2023
1 parent 7d04158 commit b8b54e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def generate_items(self) -> None:
end_time=self.request_params.end_time,
)

# noinspection PyUnresolvedReferences
@staticmethod
def get_top_road_segments_accidents_per_km(
resolution, location_info, start_time=None, end_time=None, limit=3
Expand Down
1 change: 1 addition & 0 deletions anyway/widgets/widget_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def sort_and_fill_gaps_for_stacked_bar(
return res2


# noinspection PyUnresolvedReferences
def get_involved_counts(
start_year: int,
end_year: int,
Expand Down

0 comments on commit b8b54e3

Please sign in to comment.