diff --git a/get_saint_of_the_day.py b/get_saint_of_the_day.py index 55c036a..0dc6437 100644 --- a/get_saint_of_the_day.py +++ b/get_saint_of_the_day.py @@ -7,7 +7,6 @@ Optionally posts to Mastodon with the --post flag. import argparse import csv import os -import sys from datetime import datetime from pathlib import Path import urllib.parse