Rip out Downloader's non-UI functionality into private core API (#6706)

This commit is contained in:
Jakub Kuczys
2026-03-29 22:25:04 +02:00
committed by GitHub
parent e2acec0862
commit ee1db01a2f
20 changed files with 1120 additions and 896 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ async def create_backup(dest: Path = Path.home()) -> Optional[Path]:
]
# Avoiding circular imports
from ...cogs.downloader.repo_manager import RepoManager
from redbot.core._downloader.repo_manager import RepoManager
repo_mgr = RepoManager()
await repo_mgr.initialize()