remove unused sys import

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mark Eaton
2026-02-20 18:03:21 -05:00
co-authored by Claude Opus 4.6
parent 05aea04cf5
commit d7c40d1606
-1
View File
@@ -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