style: ruff check

This commit is contained in:
Benexl
2025-07-29 11:31:18 +03:00
parent af6e64ee0c
commit 9cfbc0bdcf

View File

@@ -1,11 +1,9 @@
import json
import logging
from pathlib import Path
from typing import Set
from fastanime.core.constants import APP_CACHE_DIR
from fastanime.libs.media_api.base import BaseApiClient
from fastanime.libs.media_api.types import Notification
try:
import plyer