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

@ -3,7 +3,6 @@
Download Material Design Icons SVGs used in the README and save to local assets.
"""
import os
from pathlib import Path
import requests