From d7c40d1606003ff1a020ae8a90837a4c9753afb3 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Fri, 20 Feb 2026 18:03:21 -0500 Subject: [PATCH] remove unused sys import Co-Authored-By: Claude Opus 4.6 --- get_saint_of_the_day.py | 1 - 1 file changed, 1 deletion(-) 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