Skip to content

Commit

Permalink
Format doc
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Nov 4, 2024
1 parent 5eaee14 commit d2aca19
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2306,10 +2306,9 @@ def check_filter(self, tags, tag):
if tags.line.join_and and tag in tags.line.join_and:
return True

"""
Process a GeoJSON line (for getting stats) and return that line
"""

def raw_data_line_stats(self, line: str):
"""
Process a GeoJSON line (for getting stats) and return that line
"""
self.process_file_line(line)
return line

0 comments on commit d2aca19

Please sign in to comment.