chore(api): fix import ordering in download_manager and handlers

This commit is contained in:
Andy
2025-10-18 07:05:05 +00:00
parent ed1314572b
commit 3dd12b0cbe
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,6 @@ def initialize_proxy_providers() -> List[Any]:
proxy_providers = []
try:
from unshackle.core import binaries
# Load the main unshackle config to get proxy provider settings
from unshackle.core.config import config as main_config