mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-20 02:54:22 +02:00
ruff: enable I lint
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user