Skip to content

Commit

Permalink
fix:package引入路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Akimio521 authored Sep 15, 2024
1 parent 488f44b commit 1e1683c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/api/alist/v3/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

from app.core import logger
from app.utils import retry
from app.modules.alist.v3.alist_path import AlistPath
from app.modules.alist.v3.alist_storage import AlistStorage
from app.api.alist.v3.alist_path import AlistPath
from app.api.alist.v3.alist_storage import AlistStorage


class AlistClient:
Expand Down

0 comments on commit 1e1683c

Please sign in to comment.