From c5740fe22d3a8fef5238a7a7562f47ff9aa3548d Mon Sep 17 00:00:00 2001 From: CommanderStorm <26258709+CommanderStorm@users.noreply.github.com> Date: Sun, 5 May 2024 02:30:31 +0000 Subject: [PATCH] fixed formatting mistakes have sneaked into prod --- data/processors/sitemap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/data/processors/sitemap.py b/data/processors/sitemap.py index 12c959bd7..dcd49049f 100644 --- a/data/processors/sitemap.py +++ b/data/processors/sitemap.py @@ -33,7 +33,6 @@ class SimplifiedSitemaps(TypedDict): def generate_sitemap() -> None: """Generate a sitemap that diffs changes since to the currently online data""" - # Load exported data. This function is intentionally not using the data object # directly, but re-parsing the output file instead, because the export not # export all fields. This way we're also guaranteed to have the same types