Skip to content

Commit

Permalink
fix: fixed circular import
Browse files Browse the repository at this point in the history
Closes #88
  • Loading branch information
Ljzd-PRO committed Mar 31, 2024
1 parent 5c4562a commit 44ca384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ktoolbox/downloader/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

from ktoolbox._enum import RetCodeEnum
from ktoolbox.configuration import config
from ktoolbox.downloader import DownloaderRet, filename_from_headers, duplicate_file_check
from ktoolbox.downloader.base import DownloaderRet
from ktoolbox.downloader.utils import filename_from_headers, duplicate_file_check
from ktoolbox.utils import generate_msg

__all__ = ["Downloader"]
Expand Down

0 comments on commit 44ca384

Please sign in to comment.