style: apply formatter cleanup (import order, whitespace)

This commit is contained in:
2026-02-22 11:26:06 +01:00
parent 8e262c947c
commit 87bf0d71cd
6 changed files with 56 additions and 55 deletions

View File

@@ -27,8 +27,8 @@ from src.server.services.initialization_service import (
_validate_anime_directory,
perform_initial_setup,
perform_media_scan_if_needed,
perform_nfo_scan_if_needed,
perform_nfo_repair_scan,
perform_nfo_scan_if_needed,
)

View File

@@ -7,8 +7,8 @@ from unittest.mock import AsyncMock, MagicMock
import pytest
from src.core.services.nfo_repair_service import (
NfoRepairService,
REQUIRED_TAGS,
NfoRepairService,
find_missing_tags,
nfo_needs_repair,
parse_nfo_tags,