Skip to content

Commit

Permalink
Linting code: add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Nov 18, 2024
1 parent 32a1866 commit 95904d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/post_processing/geojson_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,7 @@ def raw_data_line_stats(self, json_object: dict):
self.get_object_stats(json_object)

def html(self, tpl):
"""
Returns stats Html object, generated from stats data using a template
"""
return Html(tpl, self)

0 comments on commit 95904d0

Please sign in to comment.