Skip to content

Commit 000bae9

Browse files
committed
refactor(animepahe): update import path for process_animepahe_embed_page
1 parent 8c2bb71 commit 000bae9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

fastanime/libs/anime_provider/animepahe/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
REQUEST_HEADERS,
1919
SERVER_HEADERS,
2020
)
21-
from .utils import process_animepahe_embed_page
21+
from .extractors import process_animepahe_embed_page
2222

2323
if TYPE_CHECKING:
2424
from .types import AnimePaheAnimePage, AnimePaheSearchPage, AnimePaheSearchResult
File renamed without changes.

0 commit comments

Comments
 (0)