style: remove or ignore unused imports

The following files had unused imports removed:
- `scripts/30k-image.py`
- `scripts/dl_icons.py`
- `scripts/redact-cast.py`
This commit is contained in:
MDW 2025-04-16 18:29:07 +02:00
parent 09acfc8147
commit 40a5a88d56
No known key found for this signature in database
4 changed files with 1 additions and 5 deletions

View file

@ -7,7 +7,6 @@ This creates a shareable social media graphic with confetti animation.
import argparse
import base64
import math
import os
import random
from pathlib import Path