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

View File

@@ -6,8 +6,8 @@ import shutil
import pytest
from redbot.cogs.downloader.repo_manager import RepoManager, Repo, ProcessFormatter
from redbot.cogs.downloader.installable import Installable, InstalledModule
from redbot.core._downloader.repo_manager import RepoManager, Repo, ProcessFormatter
from redbot.core._downloader.installable import Installable, InstalledModule
__all__ = [
"GIT_VERSION",