refactor(animepahe): update import path for process_animepahe_embed_page

This commit is contained in:
benex
2024-12-02 23:57:18 +03:00
parent 8c2bb71e08
commit 000bae9bb7
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ from .constants import (
REQUEST_HEADERS,
SERVER_HEADERS,
)
from .utils import process_animepahe_embed_page
from .extractors import process_animepahe_embed_page
if TYPE_CHECKING:
from .types import AnimePaheAnimePage, AnimePaheSearchPage, AnimePaheSearchResult