From 9e9a1befe424918061c2615979d6a4a5bfac903c Mon Sep 17 00:00:00 2001 From: Ian Cosden Date: Thu, 23 Mar 2023 07:04:42 -0400 Subject: [PATCH] Update update_map.py --- scripts/update_map.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/update_map.py b/scripts/update_map.py index dd2068b..65d5471 100644 --- a/scripts/update_map.py +++ b/scripts/update_map.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 # Update map will retrieve locations via a csv, and then generate a new yaml file using lookup of schools -# https://docs.google.com/spreadsheets/d/1FTnl8ucFKYtiS2xhNiK8VwXeE5BuBDCzL_k9SbqyG6A/edit#gid=1109363929 # requests is required # Copyright @vsoch, 2020