ruff: enable I lint

This commit is contained in:
Marcel Hellwig
2026-01-05 19:20:58 +01:00
parent 42502c93fc
commit ff013ac76e
68 changed files with 321 additions and 262 deletions

View File

@@ -1,8 +1,8 @@
from pathlib import Path
from uuid import UUID
from PIL import Image
import requests
from PIL import Image
def get_year_from_date(first_air_date: str | None) -> int | None: