chore: drop unused _composite_faces import

Linter caught it after the elliptical composite swap.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Victor Kuznetsov
2026-06-08 20:18:37 -07:00
parent 1786f6de9f
commit 92c7245e2d
@@ -64,7 +64,7 @@ import threading
from pathlib import Path
from typing import TYPE_CHECKING, Any
from remove_ai_watermarks.photomaker_restore import _composite_faces, _face_crop_square
from remove_ai_watermarks.photomaker_restore import _face_crop_square
if TYPE_CHECKING:
from numpy.typing import NDArray