From cd33f8d46990dfba104175be4bd9a9ef530bcf46 Mon Sep 17 00:00:00 2001
From: Eric Duminil <eric.duminil@gmail.com>
Date: Sat, 19 Oct 2024 16:49:55 +0200
Subject: [PATCH] DONE

---
 get_coordinates_by_zipcode.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/get_coordinates_by_zipcode.py b/get_coordinates_by_zipcode.py
index 6f4352b..b193974 100644
--- a/get_coordinates_by_zipcode.py
+++ b/get_coordinates_by_zipcode.py
@@ -23,9 +23,6 @@ Also accepts multiple Zipcodes, or Zipcode prefix.
 > python get_coordinates_by_zipcode.py -p1000 70
 """
 
-# TODO: Write tests
-# TODO: Rename functions
-
 import argparse
 import json
 import re
-- 
GitLab