From d2aca194a207a4f287f6aa9cb13326cb9cea526b Mon Sep 17 00:00:00 2001 From: Emilio Mariscal Date: Mon, 4 Nov 2024 10:08:43 -0300 Subject: [PATCH] Format doc --- src/app.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app.py b/src/app.py index b675001a..60d8fcdf 100644 --- a/src/app.py +++ b/src/app.py @@ -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